Started by user Jonah Graham Running as Jonah Graham Agent basic-584sg is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-584sg" 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-584sg" - 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-584sg" - 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-584sg (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-AKK3zfd2LiZ5/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_10148361483938030643.key (/home/jenkins/agent/workspace/notarize-downloads@tmp/private_key_10148361483938030643.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 e53ace29bd9b4f1008da0c901ef2c9fffd1e453d (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f e53ace29bd9b4f1008da0c901ef2c9fffd1e453d # timeout=10 Commit message: "Set version qualifiers with setGitDate script" > git rev-list --no-walk 977cfc457418ab1dfa4dc5e20e7254a9e2b860c5 # timeout=10 [notarize-downloads] $ /bin/bash /tmp/jenkins17134256238744484927.sh + export 'PS4=+$$+ ' + PS4='+$$+ ' +129+ SSHUSER=genie.packaging@projects-storage.eclipse.org +129+ SSH='ssh genie.packaging@projects-storage.eclipse.org' +129+ SCP=scp +129+ mkdir temp +129+ pushd temp ~/agent/workspace/notarize-downloads/temp ~/agent/workspace/notarize-downloads ++129+ ssh genie.packaging@projects-storage.eclipse.org find /home/data/httpd/download.eclipse.org/technology/epp/staging -maxdepth 1 -name '*.dmg-tonotarize' +129+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +129+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize . +129+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +129+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize . +129+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +129+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize . +129+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +129+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize . +129+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +129+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize . +129+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +129+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize . +129+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +129+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize . +129+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +129+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize . +129+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +129+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize . +129+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +129+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize . +129+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +129+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize . +129+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +129+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize . +129+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +129+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize . +129+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +129+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize . +129+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +129+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize . +129+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +129+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize . +129+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +129+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize . +129+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +129+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize . +129+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +129+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize . +129+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +129+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize . +129+ popd ~/agent/workspace/notarize-downloads ++129+ find /home/jenkins/agent/workspace/notarize-downloads -name '*.dmg-tonotarize' +129+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +129+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-M2-macosx-cocoa-aarch64.dmg ++129+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize +129+ LOG=eclipse-committers-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.log +129+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-M2-macosx-cocoa-aarch64.dmg' +129+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-M2-macosx-cocoa-aarch64.dmg +129+ sleep 18s +129+ tee --append eclipse-committers-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.log +182+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-M2-macosx-cocoa-aarch64.dmg ++182+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-M2-macosx-cocoa-aarch64.dmg +182+ DMG=eclipse-committers-2024-06-M2-macosx-cocoa-aarch64.dmg +182+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize eclipse-committers-2024-06-M2-macosx-cocoa-aarch64.dmg ++182+ echo eclipse-committers-2024-06-M2-macosx-cocoa-aarch64.dmg ++182+ sed s/_/-/g +182+ PRIMARY_BUNDLE_ID=eclipse-committers-2024-06-M2-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-06-M2-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-committers-2024-06-M2-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +182+ RESPONSE_RAW='{"uuid":"c875cac9-31d9-4f03-8730-38f1c3af7252","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"c875cac9-31d9-4f03-8730-38f1c3af7252","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"c875cac9-31d9-4f03-8730-38f1c3af7252","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++182+ jq -r .uuid +182+ UUID=c875cac9-31d9-4f03-8730-38f1c3af7252 ++182+ echo '{"uuid":"c875cac9-31d9-4f03-8730-38f1c3af7252","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 +129+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +129+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64.dmg ++129+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +129+ LOG=eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +129+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64.dmg' +129+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64.dmg +129+ sleep 18s +129+ tee --append eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +204+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64.dmg ++204+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64.dmg +204+ DMG=eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64.dmg +204+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64.dmg ++204+ echo eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64.dmg ++204+ sed s/_/-/g +204+ PRIMARY_BUNDLE_ID=eclipse-modeling-2024-06-M2-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-modeling-2024-06-M2-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-modeling-2024-06-M2-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +204+ RESPONSE_RAW='{"uuid":"3053e8ed-c850-4c7b-bec8-32409f30f05e","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"3053e8ed-c850-4c7b-bec8-32409f30f05e","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"3053e8ed-c850-4c7b-bec8-32409f30f05e","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++204+ jq -r .uuid +204+ UUID=3053e8ed-c850-4c7b-bec8-32409f30f05e ++204+ echo '{"uuid":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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 +129+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +129+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-M2-macosx-cocoa-x86_64.dmg ++129+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +129+ LOG=eclipse-php-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +129+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-M2-macosx-cocoa-x86_64.dmg' +129+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-M2-macosx-cocoa-x86_64.dmg +129+ sleep 18s +129+ tee --append eclipse-php-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +226+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-M2-macosx-cocoa-x86_64.dmg ++226+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-M2-macosx-cocoa-x86_64.dmg +226+ DMG=eclipse-php-2024-06-M2-macosx-cocoa-x86_64.dmg +226+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-php-2024-06-M2-macosx-cocoa-x86_64.dmg ++226+ echo eclipse-php-2024-06-M2-macosx-cocoa-x86_64.dmg ++226+ sed s/_/-/g +226+ PRIMARY_BUNDLE_ID=eclipse-php-2024-06-M2-macosx-cocoa-x86-64.dmg +226+ retryCount=1 +226+ '[' 1 -gt 0 ']' ++226+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-php-2024-06-M2-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-php-2024-06-M2-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +226+ RESPONSE_RAW='{"uuid":"509e418c-2a7d-4f75-a522-dca3aa295c49","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++226+ head -n1 +226+ RESPONSE='{"uuid":"509e418c-2a7d-4f75-a522-dca3aa295c49","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++226+ tail -n1 +226+ STATUS_CODE=200 ++226+ echo '{"uuid":"509e418c-2a7d-4f75-a522-dca3aa295c49","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++226+ jq -r .uuid +226+ UUID=509e418c-2a7d-4f75-a522-dca3aa295c49 ++226+ echo '{"uuid":"509e418c-2a7d-4f75-a522-dca3aa295c49","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 +129+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +129+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-M2-macosx-cocoa-aarch64.dmg ++129+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize +129+ LOG=eclipse-php-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.log +129+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-M2-macosx-cocoa-aarch64.dmg' +129+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-M2-macosx-cocoa-aarch64.dmg +129+ sleep 18s +129+ tee --append eclipse-php-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.log +248+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-M2-macosx-cocoa-aarch64.dmg ++248+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-M2-macosx-cocoa-aarch64.dmg +248+ DMG=eclipse-php-2024-06-M2-macosx-cocoa-aarch64.dmg +248+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize eclipse-php-2024-06-M2-macosx-cocoa-aarch64.dmg ++248+ echo eclipse-php-2024-06-M2-macosx-cocoa-aarch64.dmg ++248+ sed s/_/-/g +248+ PRIMARY_BUNDLE_ID=eclipse-php-2024-06-M2-macosx-cocoa-aarch64.dmg +248+ retryCount=1 +248+ '[' 1 -gt 0 ']' ++248+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-php-2024-06-M2-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-php-2024-06-M2-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +248+ RESPONSE_RAW='{"uuid":"50a174bd-bf60-4dbe-a940-aeff258fea44","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++248+ head -n1 +248+ RESPONSE='{"uuid":"50a174bd-bf60-4dbe-a940-aeff258fea44","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++248+ tail -n1 +248+ STATUS_CODE=200 ++248+ echo '{"uuid":"50a174bd-bf60-4dbe-a940-aeff258fea44","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++248+ jq -r .uuid +248+ UUID=50a174bd-bf60-4dbe-a940-aeff258fea44 ++248+ echo '{"uuid":"50a174bd-bf60-4dbe-a940-aeff258fea44","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++248+ jq -r .notarizationStatus.status +248+ STATUS=IN_PROGRESS +248+ [[ 200 == \5\0\3 ]] +248+ [[ 200 == \5\0\2 ]] +248+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +248+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c875cac9-31d9-4f03-8730-38f1c3af7252/status +182+ RESPONSE_RAW='{"uuid":"c875cac9-31d9-4f03-8730-38f1c3af7252","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"c875cac9-31d9-4f03-8730-38f1c3af7252","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"c875cac9-31d9-4f03-8730-38f1c3af7252","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++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 +129+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +129+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-M2-macosx-cocoa-aarch64.dmg ++129+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize +129+ LOG=eclipse-java-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.log +129+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-M2-macosx-cocoa-aarch64.dmg' +129+ sleep 18s +129+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-M2-macosx-cocoa-aarch64.dmg +129+ tee --append eclipse-java-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.log +280+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-M2-macosx-cocoa-aarch64.dmg ++280+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-M2-macosx-cocoa-aarch64.dmg +280+ DMG=eclipse-java-2024-06-M2-macosx-cocoa-aarch64.dmg +280+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize eclipse-java-2024-06-M2-macosx-cocoa-aarch64.dmg ++280+ echo eclipse-java-2024-06-M2-macosx-cocoa-aarch64.dmg ++280+ sed s/_/-/g +280+ PRIMARY_BUNDLE_ID=eclipse-java-2024-06-M2-macosx-cocoa-aarch64.dmg +280+ retryCount=1 +280+ '[' 1 -gt 0 ']' ++280+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-java-2024-06-M2-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-java-2024-06-M2-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +280+ RESPONSE_RAW='{"uuid":"60535d59-242e-4b05-afbe-e9941869d38d","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++280+ head -n1 +280+ RESPONSE='{"uuid":"60535d59-242e-4b05-afbe-e9941869d38d","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++280+ tail -n1 +280+ STATUS_CODE=200 ++280+ echo '{"uuid":"60535d59-242e-4b05-afbe-e9941869d38d","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++280+ jq -r .uuid +280+ UUID=60535d59-242e-4b05-afbe-e9941869d38d ++280+ echo '{"uuid":"60535d59-242e-4b05-afbe-e9941869d38d","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++280+ jq -r .notarizationStatus.status +280+ STATUS=IN_PROGRESS +280+ [[ 200 == \5\0\3 ]] +280+ [[ 200 == \5\0\2 ]] +280+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +280+ sleep 1m +129+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +129+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-M2-macosx-cocoa-x86_64.dmg ++129+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +129+ LOG=eclipse-scout-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +129+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-M2-macosx-cocoa-x86_64.dmg' +129+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-M2-macosx-cocoa-x86_64.dmg +129+ sleep 18s +129+ tee --append eclipse-scout-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +302+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-M2-macosx-cocoa-x86_64.dmg ++302+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-M2-macosx-cocoa-x86_64.dmg +302+ DMG=eclipse-scout-2024-06-M2-macosx-cocoa-x86_64.dmg +302+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-scout-2024-06-M2-macosx-cocoa-x86_64.dmg ++302+ echo eclipse-scout-2024-06-M2-macosx-cocoa-x86_64.dmg ++302+ sed s/_/-/g +302+ PRIMARY_BUNDLE_ID=eclipse-scout-2024-06-M2-macosx-cocoa-x86-64.dmg +302+ retryCount=1 +302+ '[' 1 -gt 0 ']' ++302+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-scout-2024-06-M2-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-scout-2024-06-M2-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3053e8ed-c850-4c7b-bec8-32409f30f05e/status +204+ RESPONSE_RAW='{"uuid":"3053e8ed-c850-4c7b-bec8-32409f30f05e","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"3053e8ed-c850-4c7b-bec8-32409f30f05e","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"3053e8ed-c850-4c7b-bec8-32409f30f05e","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m +302+ RESPONSE_RAW='{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++302+ jq -r .uuid +302+ UUID=ec16069a-2a4a-4e79-b27c-fc54c02df6e0 ++302+ echo '{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ 200 == \5\0\3 ]] +302+ [[ 200 == \5\0\2 ]] +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/509e418c-2a7d-4f75-a522-dca3aa295c49/status +226+ RESPONSE_RAW='{"uuid":"509e418c-2a7d-4f75-a522-dca3aa295c49","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++226+ head -n1 +226+ RESPONSE='{"uuid":"509e418c-2a7d-4f75-a522-dca3aa295c49","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++226+ tail -n1 +226+ STATUS_CODE=200 ++226+ echo '{"uuid":"509e418c-2a7d-4f75-a522-dca3aa295c49","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++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 +129+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +129+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64.dmg ++129+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +129+ LOG=eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +129+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64.dmg' +129+ sleep 18s +129+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64.dmg +129+ tee --append eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +344+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64.dmg ++344+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64.dmg +344+ DMG=eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64.dmg +344+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64.dmg ++344+ echo eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64.dmg ++344+ sed s/_/-/g +344+ PRIMARY_BUNDLE_ID=eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86-64.dmg +344+ retryCount=1 +344+ '[' 1 -gt 0 ']' ++344+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +344+ RESPONSE_RAW='{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++344+ head -n1 +344+ RESPONSE='{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++344+ tail -n1 +344+ STATUS_CODE=200 ++344+ echo '{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++344+ jq -r .uuid +344+ UUID=11ae55c7-af43-4874-9443-03f3f4416fab ++344+ echo '{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++344+ jq -r .notarizationStatus.status +344+ STATUS=IN_PROGRESS +344+ [[ 200 == \5\0\3 ]] +344+ [[ 200 == \5\0\2 ]] +344+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +344+ sleep 1m ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/50a174bd-bf60-4dbe-a940-aeff258fea44/status +248+ RESPONSE_RAW='{"uuid":"50a174bd-bf60-4dbe-a940-aeff258fea44","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++248+ head -n1 +248+ RESPONSE='{"uuid":"50a174bd-bf60-4dbe-a940-aeff258fea44","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++248+ tail -n1 +248+ STATUS_CODE=200 ++248+ echo '{"uuid":"50a174bd-bf60-4dbe-a940-aeff258fea44","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++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 +129+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +129+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-M2-macosx-cocoa-aarch64.dmg ++129+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize +129+ LOG=eclipse-scout-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.log +129+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-M2-macosx-cocoa-aarch64.dmg' +129+ sleep 18s +129+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-M2-macosx-cocoa-aarch64.dmg +129+ tee --append eclipse-scout-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.log +376+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-M2-macosx-cocoa-aarch64.dmg ++376+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-M2-macosx-cocoa-aarch64.dmg +376+ DMG=eclipse-scout-2024-06-M2-macosx-cocoa-aarch64.dmg +376+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize eclipse-scout-2024-06-M2-macosx-cocoa-aarch64.dmg ++376+ echo eclipse-scout-2024-06-M2-macosx-cocoa-aarch64.dmg ++376+ sed s/_/-/g +376+ PRIMARY_BUNDLE_ID=eclipse-scout-2024-06-M2-macosx-cocoa-aarch64.dmg +376+ retryCount=1 +376+ '[' 1 -gt 0 ']' ++376+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-scout-2024-06-M2-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-scout-2024-06-M2-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/c875cac9-31d9-4f03-8730-38f1c3af7252/status +182+ RESPONSE_RAW='{"uuid":"c875cac9-31d9-4f03-8730-38f1c3af7252","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"c875cac9-31d9-4f03-8730-38f1c3af7252","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"c875cac9-31d9-4f03-8730-38f1c3af7252","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++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":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++376+ head -n1 +376+ RESPONSE='{"uuid":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++376+ tail -n1 +376+ STATUS_CODE=200 ++376+ echo '{"uuid":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++376+ jq -r .uuid +376+ UUID=06ff2f75-3a2b-40d6-ad14-d67727a50f18 ++376+ echo '{"uuid":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++376+ jq -r .notarizationStatus.status +376+ STATUS=IN_PROGRESS +376+ [[ 200 == \5\0\3 ]] +376+ [[ 200 == \5\0\2 ]] +376+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +376+ sleep 1m ++280+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/60535d59-242e-4b05-afbe-e9941869d38d/status +280+ RESPONSE_RAW='{"uuid":"60535d59-242e-4b05-afbe-e9941869d38d","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++280+ head -n1 +280+ RESPONSE='{"uuid":"60535d59-242e-4b05-afbe-e9941869d38d","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++280+ tail -n1 +280+ STATUS_CODE=200 ++280+ echo '{"uuid":"60535d59-242e-4b05-afbe-e9941869d38d","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++280+ jq -r .notarizationStatus.status +280+ STATUS=IN_PROGRESS +280+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +280+ sleep 1m +129+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +129+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64.dmg ++129+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize +129+ LOG=eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.log +129+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64.dmg' +129+ sleep 18s +129+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64.dmg +129+ tee --append eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.log +418+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64.dmg ++418+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64.dmg +418+ DMG=eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64.dmg +418+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64.dmg ++418+ echo eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64.dmg ++418+ sed s/_/-/g +418+ PRIMARY_BUNDLE_ID=eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64.dmg +418+ retryCount=1 +418+ '[' 1 -gt 0 ']' ++418+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +418+ RESPONSE_RAW='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++418+ jq -r .uuid +418+ UUID=3c1185b2-8c2f-42e8-a9c5-1dff444e0aea ++418+ echo '{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ 200 == \5\0\3 ]] +418+ [[ 200 == \5\0\2 ]] +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3053e8ed-c850-4c7b-bec8-32409f30f05e/status +204+ RESPONSE_RAW='{"uuid":"3053e8ed-c850-4c7b-bec8-32409f30f05e","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"3053e8ed-c850-4c7b-bec8-32409f30f05e","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"3053e8ed-c850-4c7b-bec8-32409f30f05e","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ec16069a-2a4a-4e79-b27c-fc54c02df6e0/status +302+ RESPONSE_RAW='{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m +129+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +129+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64.dmg ++129+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +129+ LOG=eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +129+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64.dmg' +129+ sleep 18s +129+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64.dmg +129+ tee --append eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +460+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64.dmg ++460+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64.dmg +460+ DMG=eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64.dmg +460+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64.dmg ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/509e418c-2a7d-4f75-a522-dca3aa295c49/status +226+ RESPONSE_RAW='{"uuid":"509e418c-2a7d-4f75-a522-dca3aa295c49","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++226+ head -n1 +226+ RESPONSE='{"uuid":"509e418c-2a7d-4f75-a522-dca3aa295c49","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++226+ tail -n1 +226+ STATUS_CODE=200 ++226+ echo '{"uuid":"509e418c-2a7d-4f75-a522-dca3aa295c49","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++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+ echo eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64.dmg ++460+ sed s/_/-/g +460+ PRIMARY_BUNDLE_ID=eclipse-rcp-2024-06-M2-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-rcp-2024-06-M2-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-rcp-2024-06-M2-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +460+ RESPONSE_RAW='{"uuid":"13318cb9-b86d-4058-8262-dfe3b5cfff05","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"13318cb9-b86d-4058-8262-dfe3b5cfff05","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ jq -r .uuid ++460+ echo '{"uuid":"13318cb9-b86d-4058-8262-dfe3b5cfff05","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' +460+ UUID=13318cb9-b86d-4058-8262-dfe3b5cfff05 ++460+ echo '{"uuid":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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 ++344+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/11ae55c7-af43-4874-9443-03f3f4416fab/status +344+ RESPONSE_RAW='{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++344+ head -n1 +344+ RESPONSE='{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++344+ tail -n1 +344+ STATUS_CODE=200 ++344+ echo '{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++344+ jq -r .notarizationStatus.status +344+ STATUS=IN_PROGRESS +344+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +344+ sleep 1m +129+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +129+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64.dmg ++129+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize +129+ LOG=eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.log +129+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64.dmg' +129+ sleep 18s +129+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64.dmg +129+ tee --append eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.log +502+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64.dmg ++502+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64.dmg +502+ DMG=eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64.dmg +502+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64.dmg ++502+ echo eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64.dmg ++502+ sed s/_/-/g +502+ PRIMARY_BUNDLE_ID=eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64.dmg +502+ retryCount=1 +502+ '[' 1 -gt 0 ']' ++502+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/50a174bd-bf60-4dbe-a940-aeff258fea44/status +248+ RESPONSE_RAW='{"uuid":"50a174bd-bf60-4dbe-a940-aeff258fea44","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++248+ head -n1 +248+ RESPONSE='{"uuid":"50a174bd-bf60-4dbe-a940-aeff258fea44","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++248+ tail -n1 +248+ STATUS_CODE=200 ++248+ echo '{"uuid":"50a174bd-bf60-4dbe-a940-aeff258fea44","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++248+ jq -r .notarizationStatus.status +248+ STATUS=IN_PROGRESS +248+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +248+ sleep 1m +502+ RESPONSE_RAW='{"uuid":"836bb1a1-720c-4524-a525-dba6a5700e91","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++502+ head -n1 +502+ RESPONSE='{"uuid":"836bb1a1-720c-4524-a525-dba6a5700e91","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++502+ tail -n1 +502+ STATUS_CODE=200 ++502+ echo '{"uuid":"836bb1a1-720c-4524-a525-dba6a5700e91","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++502+ jq -r .uuid +502+ UUID=836bb1a1-720c-4524-a525-dba6a5700e91 ++502+ echo '{"uuid":"836bb1a1-720c-4524-a525-dba6a5700e91","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ 200 == \5\0\3 ]] +502+ [[ 200 == \5\0\2 ]] +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c875cac9-31d9-4f03-8730-38f1c3af7252/status +182+ RESPONSE_RAW='{"uuid":"c875cac9-31d9-4f03-8730-38f1c3af7252","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"c875cac9-31d9-4f03-8730-38f1c3af7252","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"c875cac9-31d9-4f03-8730-38f1c3af7252","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++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+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/06ff2f75-3a2b-40d6-ad14-d67727a50f18/status +376+ RESPONSE_RAW='{"uuid":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++376+ head -n1 +376+ RESPONSE='{"uuid":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++376+ tail -n1 +376+ STATUS_CODE=200 ++376+ echo '{"uuid":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++376+ jq -r .notarizationStatus.status +376+ STATUS=IN_PROGRESS +376+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +376+ sleep 1m ++280+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/60535d59-242e-4b05-afbe-e9941869d38d/status +280+ RESPONSE_RAW='{"uuid":"60535d59-242e-4b05-afbe-e9941869d38d","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++280+ head -n1 +280+ RESPONSE='{"uuid":"60535d59-242e-4b05-afbe-e9941869d38d","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++280+ tail -n1 +280+ STATUS_CODE=200 ++280+ echo '{"uuid":"60535d59-242e-4b05-afbe-e9941869d38d","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++280+ jq -r .notarizationStatus.status +280+ STATUS=IN_PROGRESS +280+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +280+ sleep 1m +129+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +129+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-M2-macosx-cocoa-aarch64.dmg ++129+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize +129+ LOG=eclipse-jee-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.log +129+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-M2-macosx-cocoa-aarch64.dmg' +129+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-M2-macosx-cocoa-aarch64.dmg +129+ sleep 18s +129+ tee --append eclipse-jee-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.log +564+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-M2-macosx-cocoa-aarch64.dmg ++564+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-M2-macosx-cocoa-aarch64.dmg +564+ DMG=eclipse-jee-2024-06-M2-macosx-cocoa-aarch64.dmg +564+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize eclipse-jee-2024-06-M2-macosx-cocoa-aarch64.dmg ++564+ echo eclipse-jee-2024-06-M2-macosx-cocoa-aarch64.dmg ++564+ sed s/_/-/g +564+ PRIMARY_BUNDLE_ID=eclipse-jee-2024-06-M2-macosx-cocoa-aarch64.dmg +564+ retryCount=1 +564+ '[' 1 -gt 0 ']' ++564+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-jee-2024-06-M2-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-jee-2024-06-M2-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +564+ RESPONSE_RAW='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++564+ head -n1 +564+ RESPONSE='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++564+ tail -n1 +564+ STATUS_CODE=200 ++564+ echo '{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++564+ jq -r .uuid +564+ UUID=1344ea29-183d-413b-b67e-eead0056e7f6 ++564+ echo '{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++564+ jq -r .notarizationStatus.status +564+ STATUS=IN_PROGRESS +564+ [[ 200 == \5\0\3 ]] +564+ [[ 200 == \5\0\2 ]] +564+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +564+ sleep 1m ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3c1185b2-8c2f-42e8-a9c5-1dff444e0aea/status +418+ RESPONSE_RAW='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3053e8ed-c850-4c7b-bec8-32409f30f05e/status +204+ RESPONSE_RAW='{"uuid":"3053e8ed-c850-4c7b-bec8-32409f30f05e","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"3053e8ed-c850-4c7b-bec8-32409f30f05e","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"3053e8ed-c850-4c7b-bec8-32409f30f05e","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m +129+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +129+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64.dmg ++129+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize +129+ LOG=eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.log +129+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64.dmg' +129+ sleep 18s +129+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64.dmg +129+ tee --append eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.log +606+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64.dmg ++606+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64.dmg +606+ DMG=eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64.dmg +606+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64.dmg ++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ec16069a-2a4a-4e79-b27c-fc54c02df6e0/status +302+ RESPONSE_RAW='{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m ++606+ echo eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64.dmg ++606+ sed s/_/-/g +606+ PRIMARY_BUNDLE_ID=eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64.dmg +606+ retryCount=1 +606+ '[' 1 -gt 0 ']' ++606+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/509e418c-2a7d-4f75-a522-dca3aa295c49/status +226+ RESPONSE_RAW='{"uuid":"509e418c-2a7d-4f75-a522-dca3aa295c49","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":"509e418c-2a7d-4f75-a522-dca3aa295c49","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":"509e418c-2a7d-4f75-a522-dca3aa295c49","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+ RESPONSE_RAW='{"uuid":"9de0b02b-f693-4031-8f06-017ea804231a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++606+ head -n1 +606+ RESPONSE='{"uuid":"9de0b02b-f693-4031-8f06-017ea804231a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++606+ tail -n1 +606+ STATUS_CODE=200 ++606+ echo '{"uuid":"9de0b02b-f693-4031-8f06-017ea804231a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++606+ jq -r .uuid +606+ UUID=9de0b02b-f693-4031-8f06-017ea804231a ++606+ echo '{"uuid":"9de0b02b-f693-4031-8f06-017ea804231a","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/13318cb9-b86d-4058-8262-dfe3b5cfff05/status +460+ RESPONSE_RAW='{"uuid":"13318cb9-b86d-4058-8262-dfe3b5cfff05","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"13318cb9-b86d-4058-8262-dfe3b5cfff05","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ echo '{"uuid":"13318cb9-b86d-4058-8262-dfe3b5cfff05","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++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 +129+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +129+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64.dmg ++129+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize +129+ LOG=eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.log +129+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64.dmg' +129+ sleep 18s +129+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64.dmg +129+ tee --append eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.log +658+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64.dmg ++658+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64.dmg +658+ DMG=eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64.dmg +658+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64.dmg ++344+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/11ae55c7-af43-4874-9443-03f3f4416fab/status +344+ RESPONSE_RAW='{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++344+ head -n1 +344+ RESPONSE='{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++344+ tail -n1 +344+ STATUS_CODE=200 ++344+ echo '{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++344+ jq -r .notarizationStatus.status +344+ STATUS=IN_PROGRESS +344+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +344+ sleep 1m ++658+ echo eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64.dmg ++658+ sed s/_/-/g +658+ PRIMARY_BUNDLE_ID=eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64.dmg +658+ retryCount=1 +658+ '[' 1 -gt 0 ']' ++658+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +658+ RESPONSE_RAW='{"uuid":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++658+ jq -r .uuid +658+ UUID=d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5 ++658+ echo '{"uuid":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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 ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/50a174bd-bf60-4dbe-a940-aeff258fea44/status +248+ RESPONSE_RAW='{"uuid":"50a174bd-bf60-4dbe-a940-aeff258fea44","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":"50a174bd-bf60-4dbe-a940-aeff258fea44","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":"50a174bd-bf60-4dbe-a940-aeff258fea44","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++248+ jq -r .notarizationStatus.status +248+ STATUS=IN_PROGRESS +248+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +248+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/836bb1a1-720c-4524-a525-dba6a5700e91/status +502+ RESPONSE_RAW='{"uuid":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c875cac9-31d9-4f03-8730-38f1c3af7252/status +182+ RESPONSE_RAW='{"uuid":"c875cac9-31d9-4f03-8730-38f1c3af7252","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":"c875cac9-31d9-4f03-8730-38f1c3af7252","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":"c875cac9-31d9-4f03-8730-38f1c3af7252","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 +129+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +129+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-M2-macosx-cocoa-x86_64.dmg ++129+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +129+ LOG=eclipse-java-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +129+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-M2-macosx-cocoa-x86_64.dmg' +129+ sleep 18s +129+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-M2-macosx-cocoa-x86_64.dmg +129+ tee --append eclipse-java-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +720+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-M2-macosx-cocoa-x86_64.dmg ++720+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-M2-macosx-cocoa-x86_64.dmg +720+ DMG=eclipse-java-2024-06-M2-macosx-cocoa-x86_64.dmg +720+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-java-2024-06-M2-macosx-cocoa-x86_64.dmg ++376+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/06ff2f75-3a2b-40d6-ad14-d67727a50f18/status +376+ RESPONSE_RAW='{"uuid":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++376+ head -n1 +376+ RESPONSE='{"uuid":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++376+ tail -n1 +376+ STATUS_CODE=200 ++376+ echo '{"uuid":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++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 ++720+ echo eclipse-java-2024-06-M2-macosx-cocoa-x86_64.dmg ++720+ sed s/_/-/g +720+ PRIMARY_BUNDLE_ID=eclipse-java-2024-06-M2-macosx-cocoa-x86-64.dmg +720+ retryCount=1 +720+ '[' 1 -gt 0 ']' ++720+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-java-2024-06-M2-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-java-2024-06-M2-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +720+ RESPONSE_RAW='{"uuid":"12b4a8b2-4864-47a5-9de4-f8a6a8de88d4","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++720+ head -n1 +720+ RESPONSE='{"uuid":"12b4a8b2-4864-47a5-9de4-f8a6a8de88d4","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++720+ tail -n1 +720+ STATUS_CODE=200 ++720+ echo '{"uuid":"12b4a8b2-4864-47a5-9de4-f8a6a8de88d4","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++720+ jq -r .uuid +720+ UUID=12b4a8b2-4864-47a5-9de4-f8a6a8de88d4 ++720+ echo '{"uuid":"12b4a8b2-4864-47a5-9de4-f8a6a8de88d4","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++720+ jq -r .notarizationStatus.status +720+ STATUS=IN_PROGRESS +720+ [[ 200 == \5\0\3 ]] +720+ [[ 200 == \5\0\2 ]] +720+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +720+ sleep 1m ++280+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/60535d59-242e-4b05-afbe-e9941869d38d/status +280+ RESPONSE_RAW='{"uuid":"60535d59-242e-4b05-afbe-e9941869d38d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++280+ head -n1 +280+ RESPONSE='{"uuid":"60535d59-242e-4b05-afbe-e9941869d38d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++280+ tail -n1 +280+ STATUS_CODE=200 ++280+ echo '{"uuid":"60535d59-242e-4b05-afbe-e9941869d38d","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++280+ jq -r .notarizationStatus.status +280+ STATUS=IN_PROGRESS +280+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +280+ sleep 1m ++564+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1344ea29-183d-413b-b67e-eead0056e7f6/status +564+ RESPONSE_RAW='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++564+ head -n1 +564+ RESPONSE='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++564+ tail -n1 +564+ STATUS_CODE=200 ++564+ echo '{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++564+ jq -r .notarizationStatus.status +564+ STATUS=IN_PROGRESS +564+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +564+ sleep 1m +129+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +129+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64.dmg ++129+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize +129+ LOG=eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.log +129+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64.dmg' +129+ sleep 18s +129+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64.dmg +129+ tee --append eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.log +772+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64.dmg ++772+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64.dmg +772+ DMG=eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64.dmg +772+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64.dmg ++772+ echo eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64.dmg ++772+ sed s/_/-/g +772+ PRIMARY_BUNDLE_ID=eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64.dmg +772+ retryCount=1 +772+ '[' 1 -gt 0 ']' ++772+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3c1185b2-8c2f-42e8-a9c5-1dff444e0aea/status +418+ RESPONSE_RAW='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3053e8ed-c850-4c7b-bec8-32409f30f05e/status +204+ RESPONSE_RAW='{"uuid":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ec16069a-2a4a-4e79-b27c-fc54c02df6e0/status +302+ RESPONSE_RAW='{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m +772+ RESPONSE_RAW='{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++772+ head -n1 +772+ RESPONSE='{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++772+ tail -n1 +772+ STATUS_CODE=200 ++772+ echo '{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++772+ jq -r .uuid +772+ UUID=90ab5bc3-bd04-4dfd-9c38-779fb9d687fb ++772+ echo '{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++772+ jq -r .notarizationStatus.status +772+ STATUS=IN_PROGRESS +772+ [[ 200 == \5\0\3 ]] +772+ [[ 200 == \5\0\2 ]] +772+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +772+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/509e418c-2a7d-4f75-a522-dca3aa295c49/status +226+ RESPONSE_RAW='{"uuid":"509e418c-2a7d-4f75-a522-dca3aa295c49","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":"509e418c-2a7d-4f75-a522-dca3aa295c49","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":"509e418c-2a7d-4f75-a522-dca3aa295c49","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/9de0b02b-f693-4031-8f06-017ea804231a/status +606+ RESPONSE_RAW='{"uuid":"9de0b02b-f693-4031-8f06-017ea804231a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++606+ head -n1 +606+ RESPONSE='{"uuid":"9de0b02b-f693-4031-8f06-017ea804231a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++606+ tail -n1 +606+ STATUS_CODE=200 ++606+ echo '{"uuid":"9de0b02b-f693-4031-8f06-017ea804231a","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 +129+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +129+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64.dmg ++129+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +129+ LOG=eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +129+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64.dmg' +129+ sleep 18s +129+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64.dmg +129+ tee --append eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +844+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64.dmg ++844+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64.dmg +844+ DMG=eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64.dmg +844+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64.dmg ++844+ sed s/_/-/g ++844+ echo eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64.dmg +844+ PRIMARY_BUNDLE_ID=eclipse-dsl-2024-06-M2-macosx-cocoa-x86-64.dmg +844+ retryCount=1 +844+ '[' 1 -gt 0 ']' ++844+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-dsl-2024-06-M2-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/13318cb9-b86d-4058-8262-dfe3b5cfff05/status +460+ RESPONSE_RAW='{"uuid":"13318cb9-b86d-4058-8262-dfe3b5cfff05","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"13318cb9-b86d-4058-8262-dfe3b5cfff05","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ echo '{"uuid":"13318cb9-b86d-4058-8262-dfe3b5cfff05","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++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 ++344+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/11ae55c7-af43-4874-9443-03f3f4416fab/status +344+ RESPONSE_RAW='{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++344+ head -n1 +344+ RESPONSE='{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++344+ tail -n1 +344+ STATUS_CODE=200 ++344+ echo '{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++344+ jq -r .notarizationStatus.status +344+ STATUS=IN_PROGRESS +344+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +344+ sleep 1m +844+ RESPONSE_RAW='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++844+ head -n1 +844+ RESPONSE='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++844+ tail -n1 +844+ STATUS_CODE=200 ++844+ echo '{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++844+ jq -r .uuid +844+ UUID=e9386617-8178-4c08-b848-8c4ae79be7fc ++844+ echo '{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++844+ jq -r .notarizationStatus.status +844+ STATUS=IN_PROGRESS +844+ [[ 200 == \5\0\3 ]] +844+ [[ 200 == \5\0\2 ]] +844+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +844+ sleep 1m ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5/status +658+ RESPONSE_RAW='{"uuid":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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 ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/50a174bd-bf60-4dbe-a940-aeff258fea44/status +248+ RESPONSE_RAW='{"uuid":"50a174bd-bf60-4dbe-a940-aeff258fea44","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":"50a174bd-bf60-4dbe-a940-aeff258fea44","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":"50a174bd-bf60-4dbe-a940-aeff258fea44","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 +129+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +129+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-M2-macosx-cocoa-x86_64.dmg ++129+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +129+ LOG=eclipse-jee-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +129+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-M2-macosx-cocoa-x86_64.dmg' +129+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-M2-macosx-cocoa-x86_64.dmg +129+ sleep 18s +129+ tee --append eclipse-jee-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +906+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-M2-macosx-cocoa-x86_64.dmg ++906+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-M2-macosx-cocoa-x86_64.dmg +906+ DMG=eclipse-jee-2024-06-M2-macosx-cocoa-x86_64.dmg +906+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-jee-2024-06-M2-macosx-cocoa-x86_64.dmg ++906+ echo eclipse-jee-2024-06-M2-macosx-cocoa-x86_64.dmg ++906+ sed s/_/-/g +906+ PRIMARY_BUNDLE_ID=eclipse-jee-2024-06-M2-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-jee-2024-06-M2-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-jee-2024-06-M2-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/836bb1a1-720c-4524-a525-dba6a5700e91/status +502+ RESPONSE_RAW='{"uuid":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c875cac9-31d9-4f03-8730-38f1c3af7252/status +182+ RESPONSE_RAW='{"uuid":"c875cac9-31d9-4f03-8730-38f1c3af7252","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":"c875cac9-31d9-4f03-8730-38f1c3af7252","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":"c875cac9-31d9-4f03-8730-38f1c3af7252","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+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/06ff2f75-3a2b-40d6-ad14-d67727a50f18/status +376+ RESPONSE_RAW='{"uuid":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++906+ head -n1 +906+ RESPONSE='{"uuid":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++906+ tail -n1 +906+ STATUS_CODE=200 ++906+ echo '{"uuid":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++906+ jq -r .uuid +906+ UUID=ad7f8710-ae46-453e-bcda-9ae40acc6f56 ++906+ echo '{"uuid":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++906+ jq -r .notarizationStatus.status +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 ++720+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/12b4a8b2-4864-47a5-9de4-f8a6a8de88d4/status +720+ RESPONSE_RAW='{"uuid":"12b4a8b2-4864-47a5-9de4-f8a6a8de88d4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++720+ head -n1 +720+ RESPONSE='{"uuid":"12b4a8b2-4864-47a5-9de4-f8a6a8de88d4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++720+ tail -n1 +720+ STATUS_CODE=200 ++720+ echo '{"uuid":"12b4a8b2-4864-47a5-9de4-f8a6a8de88d4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++720+ jq -r .notarizationStatus.status +720+ STATUS=IN_PROGRESS +720+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +720+ sleep 1m ++280+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/60535d59-242e-4b05-afbe-e9941869d38d/status +280+ RESPONSE_RAW='{"uuid":"60535d59-242e-4b05-afbe-e9941869d38d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++280+ head -n1 +280+ RESPONSE='{"uuid":"60535d59-242e-4b05-afbe-e9941869d38d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++280+ tail -n1 +280+ STATUS_CODE=200 ++280+ echo '{"uuid":"60535d59-242e-4b05-afbe-e9941869d38d","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++280+ jq -r .notarizationStatus.status +280+ STATUS=IN_PROGRESS +280+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +280+ sleep 1m +129+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +129+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64.dmg ++129+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +129+ LOG=eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +129+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64.dmg' +129+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64.dmg +129+ sleep 18s +129+ tee --append eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +978+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64.dmg ++978+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64.dmg +978+ DMG=eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64.dmg +978+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64.dmg ++978+ echo eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64.dmg ++978+ sed s/_/-/g +978+ PRIMARY_BUNDLE_ID=eclipse-cpp-2024-06-M2-macosx-cocoa-x86-64.dmg +978+ retryCount=1 +978+ '[' 1 -gt 0 ']' ++978+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-cpp-2024-06-M2-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++564+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1344ea29-183d-413b-b67e-eead0056e7f6/status +564+ RESPONSE_RAW='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++564+ head -n1 +564+ RESPONSE='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++564+ tail -n1 +564+ STATUS_CODE=200 ++564+ echo '{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++564+ jq -r .notarizationStatus.status +564+ STATUS=IN_PROGRESS +564+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +564+ sleep 1m +978+ RESPONSE_RAW='{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++978+ head -n1 +978+ RESPONSE='{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++978+ tail -n1 +978+ STATUS_CODE=200 ++978+ echo '{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++978+ jq -r .uuid +978+ UUID=d7ea653d-cb0f-447b-ba31-4e73012f4190 ++978+ echo '{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++978+ jq -r .notarizationStatus.status +978+ STATUS=IN_PROGRESS +978+ [[ 200 == \5\0\3 ]] +978+ [[ 200 == \5\0\2 ]] +978+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +978+ sleep 1m ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3c1185b2-8c2f-42e8-a9c5-1dff444e0aea/status +418+ RESPONSE_RAW='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3053e8ed-c850-4c7b-bec8-32409f30f05e/status +204+ RESPONSE_RAW='{"uuid":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ec16069a-2a4a-4e79-b27c-fc54c02df6e0/status +302+ RESPONSE_RAW='{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m ++772+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/90ab5bc3-bd04-4dfd-9c38-779fb9d687fb/status +772+ RESPONSE_RAW='{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++772+ head -n1 +772+ RESPONSE='{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++772+ tail -n1 +772+ STATUS_CODE=200 ++772+ echo '{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++772+ jq -r .notarizationStatus.status +772+ STATUS=IN_PROGRESS +772+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +772+ sleep 1m +129+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +129+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-M2-macosx-cocoa-x86_64.dmg ++129+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +129+ LOG=eclipse-committers-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +129+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-M2-macosx-cocoa-x86_64.dmg' +129+ sleep 18s +129+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-M2-macosx-cocoa-x86_64.dmg +129+ tee --append eclipse-committers-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +1050+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-M2-macosx-cocoa-x86_64.dmg ++1050+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-M2-macosx-cocoa-x86_64.dmg +1050+ DMG=eclipse-committers-2024-06-M2-macosx-cocoa-x86_64.dmg +1050+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-committers-2024-06-M2-macosx-cocoa-x86_64.dmg ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/509e418c-2a7d-4f75-a522-dca3aa295c49/status +226+ RESPONSE_RAW='{"uuid":"509e418c-2a7d-4f75-a522-dca3aa295c49","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":"509e418c-2a7d-4f75-a522-dca3aa295c49","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":"509e418c-2a7d-4f75-a522-dca3aa295c49","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 ++1050+ echo eclipse-committers-2024-06-M2-macosx-cocoa-x86_64.dmg ++1050+ sed s/_/-/g +1050+ PRIMARY_BUNDLE_ID=eclipse-committers-2024-06-M2-macosx-cocoa-x86-64.dmg +1050+ retryCount=1 +1050+ '[' 1 -gt 0 ']' ++1050+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-committers-2024-06-M2-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-committers-2024-06-M2-macosx-cocoa-x86-64.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/9de0b02b-f693-4031-8f06-017ea804231a/status +606+ RESPONSE_RAW='{"uuid":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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 ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/13318cb9-b86d-4058-8262-dfe3b5cfff05/status +460+ RESPONSE_RAW='{"uuid":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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 +1050+ RESPONSE_RAW='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++1050+ jq -r .uuid +1050+ UUID=2e0d89e5-f0e7-45f1-9712-2840315d2e54 ++1050+ echo '{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ 200 == \5\0\3 ]] +1050+ [[ 200 == \5\0\2 ]] +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++344+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/11ae55c7-af43-4874-9443-03f3f4416fab/status +344+ RESPONSE_RAW='{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++344+ head -n1 +344+ RESPONSE='{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++344+ tail -n1 +344+ STATUS_CODE=200 ++344+ echo '{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++344+ jq -r .notarizationStatus.status +344+ STATUS=IN_PROGRESS +344+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +344+ sleep 1m ++844+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9386617-8178-4c08-b848-8c4ae79be7fc/status +844+ RESPONSE_RAW='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++844+ head -n1 +844+ RESPONSE='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++844+ tail -n1 +844+ STATUS_CODE=200 ++844+ echo '{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++844+ jq -r .notarizationStatus.status +844+ STATUS=IN_PROGRESS +844+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +844+ sleep 1m ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5/status +129+ jobs -p 182 204 226 248 280 302 344 376 418 460 502 564 606 658 720 772 844 906 978 1050 +129+ wait ++129+ jobs -p +658+ RESPONSE_RAW='{"uuid":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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 ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/50a174bd-bf60-4dbe-a940-aeff258fea44/status +248+ RESPONSE_RAW='{"uuid":"50a174bd-bf60-4dbe-a940-aeff258fea44","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":"50a174bd-bf60-4dbe-a940-aeff258fea44","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":"50a174bd-bf60-4dbe-a940-aeff258fea44","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++248+ jq -r .notarizationStatus.status +248+ STATUS=IN_PROGRESS +248+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +248+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/836bb1a1-720c-4524-a525-dba6a5700e91/status +502+ RESPONSE_RAW='{"uuid":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c875cac9-31d9-4f03-8730-38f1c3af7252/status +182+ RESPONSE_RAW='{"uuid":"c875cac9-31d9-4f03-8730-38f1c3af7252","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":"c875cac9-31d9-4f03-8730-38f1c3af7252","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":"c875cac9-31d9-4f03-8730-38f1c3af7252","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+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/06ff2f75-3a2b-40d6-ad14-d67727a50f18/status +376+ RESPONSE_RAW='{"uuid":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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/ad7f8710-ae46-453e-bcda-9ae40acc6f56/status +906+ RESPONSE_RAW='{"uuid":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++906+ head -n1 +906+ RESPONSE='{"uuid":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++906+ tail -n1 +906+ STATUS_CODE=200 ++906+ echo '{"uuid":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++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 ++720+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/12b4a8b2-4864-47a5-9de4-f8a6a8de88d4/status +720+ RESPONSE_RAW='{"uuid":"12b4a8b2-4864-47a5-9de4-f8a6a8de88d4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++720+ head -n1 +720+ RESPONSE='{"uuid":"12b4a8b2-4864-47a5-9de4-f8a6a8de88d4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++720+ tail -n1 +720+ STATUS_CODE=200 ++720+ echo '{"uuid":"12b4a8b2-4864-47a5-9de4-f8a6a8de88d4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++720+ jq -r .notarizationStatus.status +720+ STATUS=IN_PROGRESS +720+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +720+ sleep 1m ++280+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/60535d59-242e-4b05-afbe-e9941869d38d/status +280+ RESPONSE_RAW='{"uuid":"60535d59-242e-4b05-afbe-e9941869d38d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++280+ head -n1 +280+ RESPONSE='{"uuid":"60535d59-242e-4b05-afbe-e9941869d38d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++280+ tail -n1 +280+ STATUS_CODE=200 ++280+ echo '{"uuid":"60535d59-242e-4b05-afbe-e9941869d38d","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++280+ jq -r .notarizationStatus.status +280+ STATUS=IN_PROGRESS +280+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +280+ sleep 1m ++564+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1344ea29-183d-413b-b67e-eead0056e7f6/status +564+ RESPONSE_RAW='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++564+ head -n1 +564+ RESPONSE='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++564+ tail -n1 +564+ STATUS_CODE=200 ++564+ echo '{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++564+ jq -r .notarizationStatus.status +564+ STATUS=IN_PROGRESS +564+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +564+ sleep 1m ++978+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d7ea653d-cb0f-447b-ba31-4e73012f4190/status +978+ RESPONSE_RAW='{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++978+ head -n1 +978+ RESPONSE='{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++978+ tail -n1 +978+ STATUS_CODE=200 ++978+ echo '{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++978+ jq -r .notarizationStatus.status +978+ STATUS=IN_PROGRESS +978+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +978+ sleep 1m ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3c1185b2-8c2f-42e8-a9c5-1dff444e0aea/status +418+ RESPONSE_RAW='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3053e8ed-c850-4c7b-bec8-32409f30f05e/status +204+ RESPONSE_RAW='{"uuid":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ec16069a-2a4a-4e79-b27c-fc54c02df6e0/status +302+ RESPONSE_RAW='{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m ++772+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/90ab5bc3-bd04-4dfd-9c38-779fb9d687fb/status +772+ RESPONSE_RAW='{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++772+ head -n1 +772+ RESPONSE='{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++772+ tail -n1 +772+ STATUS_CODE=200 ++772+ echo '{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++772+ jq -r .notarizationStatus.status +772+ STATUS=IN_PROGRESS +772+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +772+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/509e418c-2a7d-4f75-a522-dca3aa295c49/status +226+ RESPONSE_RAW='{"uuid":"509e418c-2a7d-4f75-a522-dca3aa295c49","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":"509e418c-2a7d-4f75-a522-dca3aa295c49","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":"509e418c-2a7d-4f75-a522-dca3aa295c49","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/9de0b02b-f693-4031-8f06-017ea804231a/status +606+ RESPONSE_RAW='{"uuid":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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 ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/13318cb9-b86d-4058-8262-dfe3b5cfff05/status +460+ RESPONSE_RAW='{"uuid":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e0d89e5-f0e7-45f1-9712-2840315d2e54/status +1050+ RESPONSE_RAW='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++344+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/11ae55c7-af43-4874-9443-03f3f4416fab/status +344+ RESPONSE_RAW='{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++344+ head -n1 +344+ RESPONSE='{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++344+ tail -n1 +344+ STATUS_CODE=200 ++344+ echo '{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++344+ jq -r .notarizationStatus.status +344+ STATUS=IN_PROGRESS +344+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +344+ sleep 1m ++844+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9386617-8178-4c08-b848-8c4ae79be7fc/status +844+ RESPONSE_RAW='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++844+ head -n1 +844+ RESPONSE='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++844+ tail -n1 +844+ STATUS_CODE=200 ++844+ echo '{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++844+ jq -r .notarizationStatus.status +844+ STATUS=IN_PROGRESS +844+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +844+ sleep 1m ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5/status +658+ RESPONSE_RAW='{"uuid":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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 ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/50a174bd-bf60-4dbe-a940-aeff258fea44/status +248+ RESPONSE_RAW='{"uuid":"50a174bd-bf60-4dbe-a940-aeff258fea44","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":"50a174bd-bf60-4dbe-a940-aeff258fea44","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":"50a174bd-bf60-4dbe-a940-aeff258fea44","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++248+ jq -r .notarizationStatus.status +248+ STATUS=IN_PROGRESS +248+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +248+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/836bb1a1-720c-4524-a525-dba6a5700e91/status +502+ RESPONSE_RAW='{"uuid":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c875cac9-31d9-4f03-8730-38f1c3af7252/status +182+ RESPONSE_RAW='{"uuid":"c875cac9-31d9-4f03-8730-38f1c3af7252","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":"c875cac9-31d9-4f03-8730-38f1c3af7252","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":"c875cac9-31d9-4f03-8730-38f1c3af7252","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+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/06ff2f75-3a2b-40d6-ad14-d67727a50f18/status +376+ RESPONSE_RAW='{"uuid":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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/ad7f8710-ae46-453e-bcda-9ae40acc6f56/status +906+ RESPONSE_RAW='{"uuid":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++906+ head -n1 +906+ RESPONSE='{"uuid":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++906+ tail -n1 +906+ STATUS_CODE=200 ++906+ echo '{"uuid":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++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 ++720+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/12b4a8b2-4864-47a5-9de4-f8a6a8de88d4/status +720+ RESPONSE_RAW='{"uuid":"12b4a8b2-4864-47a5-9de4-f8a6a8de88d4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++720+ head -n1 +720+ RESPONSE='{"uuid":"12b4a8b2-4864-47a5-9de4-f8a6a8de88d4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++720+ tail -n1 +720+ STATUS_CODE=200 ++720+ echo '{"uuid":"12b4a8b2-4864-47a5-9de4-f8a6a8de88d4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++720+ jq -r .notarizationStatus.status +720+ STATUS=IN_PROGRESS +720+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +720+ sleep 1m ++280+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/60535d59-242e-4b05-afbe-e9941869d38d/status +280+ RESPONSE_RAW='{"uuid":"60535d59-242e-4b05-afbe-e9941869d38d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++280+ head -n1 +280+ RESPONSE='{"uuid":"60535d59-242e-4b05-afbe-e9941869d38d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++280+ tail -n1 +280+ STATUS_CODE=200 ++280+ echo '{"uuid":"60535d59-242e-4b05-afbe-e9941869d38d","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++280+ jq -r .notarizationStatus.status +280+ STATUS=IN_PROGRESS +280+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +280+ sleep 1m ++564+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1344ea29-183d-413b-b67e-eead0056e7f6/status +564+ RESPONSE_RAW='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++564+ head -n1 +564+ RESPONSE='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++564+ tail -n1 +564+ STATUS_CODE=200 ++564+ echo '{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++564+ jq -r .notarizationStatus.status +564+ STATUS=IN_PROGRESS +564+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +564+ sleep 1m ++978+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d7ea653d-cb0f-447b-ba31-4e73012f4190/status +978+ RESPONSE_RAW='{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++978+ head -n1 +978+ RESPONSE='{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++978+ tail -n1 +978+ STATUS_CODE=200 ++978+ echo '{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++978+ jq -r .notarizationStatus.status +978+ STATUS=IN_PROGRESS +978+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +978+ sleep 1m ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3c1185b2-8c2f-42e8-a9c5-1dff444e0aea/status +418+ RESPONSE_RAW='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3053e8ed-c850-4c7b-bec8-32409f30f05e/status +204+ RESPONSE_RAW='{"uuid":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ec16069a-2a4a-4e79-b27c-fc54c02df6e0/status +302+ RESPONSE_RAW='{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m ++772+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/90ab5bc3-bd04-4dfd-9c38-779fb9d687fb/status +772+ RESPONSE_RAW='{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++772+ head -n1 +772+ RESPONSE='{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++772+ tail -n1 +772+ STATUS_CODE=200 ++772+ echo '{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++772+ jq -r .notarizationStatus.status +772+ STATUS=IN_PROGRESS +772+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +772+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/509e418c-2a7d-4f75-a522-dca3aa295c49/status +226+ RESPONSE_RAW='{"uuid":"509e418c-2a7d-4f75-a522-dca3aa295c49","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":"509e418c-2a7d-4f75-a522-dca3aa295c49","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":"509e418c-2a7d-4f75-a522-dca3aa295c49","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/9de0b02b-f693-4031-8f06-017ea804231a/status +606+ RESPONSE_RAW='{"uuid":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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 ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/13318cb9-b86d-4058-8262-dfe3b5cfff05/status +460+ RESPONSE_RAW='{"uuid":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e0d89e5-f0e7-45f1-9712-2840315d2e54/status +1050+ RESPONSE_RAW='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++344+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/11ae55c7-af43-4874-9443-03f3f4416fab/status +344+ RESPONSE_RAW='{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++344+ head -n1 +344+ RESPONSE='{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++344+ tail -n1 +344+ STATUS_CODE=200 ++344+ echo '{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++344+ jq -r .notarizationStatus.status +344+ STATUS=IN_PROGRESS +344+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +344+ sleep 1m ++844+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9386617-8178-4c08-b848-8c4ae79be7fc/status +844+ RESPONSE_RAW='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++844+ head -n1 +844+ RESPONSE='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++844+ tail -n1 +844+ STATUS_CODE=200 ++844+ echo '{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++844+ jq -r .notarizationStatus.status +844+ STATUS=IN_PROGRESS +844+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +844+ sleep 1m ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5/status +658+ RESPONSE_RAW='{"uuid":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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 ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/50a174bd-bf60-4dbe-a940-aeff258fea44/status +248+ RESPONSE_RAW='{"uuid":"50a174bd-bf60-4dbe-a940-aeff258fea44","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":"50a174bd-bf60-4dbe-a940-aeff258fea44","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":"50a174bd-bf60-4dbe-a940-aeff258fea44","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 ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/836bb1a1-720c-4524-a525-dba6a5700e91/status +502+ RESPONSE_RAW='{"uuid":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c875cac9-31d9-4f03-8730-38f1c3af7252/status +182+ RESPONSE_RAW='{"uuid":"c875cac9-31d9-4f03-8730-38f1c3af7252","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":"c875cac9-31d9-4f03-8730-38f1c3af7252","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":"c875cac9-31d9-4f03-8730-38f1c3af7252","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+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/06ff2f75-3a2b-40d6-ad14-d67727a50f18/status +376+ RESPONSE_RAW='{"uuid":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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/ad7f8710-ae46-453e-bcda-9ae40acc6f56/status +906+ RESPONSE_RAW='{"uuid":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++906+ head -n1 +906+ RESPONSE='{"uuid":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++906+ tail -n1 +906+ STATUS_CODE=200 ++906+ echo '{"uuid":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++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 ++720+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/12b4a8b2-4864-47a5-9de4-f8a6a8de88d4/status +720+ RESPONSE_RAW='{"uuid":"12b4a8b2-4864-47a5-9de4-f8a6a8de88d4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++720+ head -n1 +720+ RESPONSE='{"uuid":"12b4a8b2-4864-47a5-9de4-f8a6a8de88d4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++720+ tail -n1 +720+ STATUS_CODE=200 ++720+ echo '{"uuid":"12b4a8b2-4864-47a5-9de4-f8a6a8de88d4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++720+ jq -r .notarizationStatus.status +720+ STATUS=IN_PROGRESS +720+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +720+ sleep 1m ++280+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/60535d59-242e-4b05-afbe-e9941869d38d/status +280+ RESPONSE_RAW='{"uuid":"60535d59-242e-4b05-afbe-e9941869d38d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++280+ head -n1 +280+ RESPONSE='{"uuid":"60535d59-242e-4b05-afbe-e9941869d38d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++280+ tail -n1 +280+ STATUS_CODE=200 ++280+ echo '{"uuid":"60535d59-242e-4b05-afbe-e9941869d38d","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++280+ jq -r .notarizationStatus.status +280+ STATUS=IN_PROGRESS +280+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +280+ sleep 1m ++564+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1344ea29-183d-413b-b67e-eead0056e7f6/status +564+ RESPONSE_RAW='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++564+ head -n1 +564+ RESPONSE='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++564+ tail -n1 +564+ STATUS_CODE=200 ++564+ echo '{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++564+ jq -r .notarizationStatus.status +564+ STATUS=IN_PROGRESS +564+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +564+ sleep 1m ++978+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d7ea653d-cb0f-447b-ba31-4e73012f4190/status +978+ RESPONSE_RAW='{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++978+ head -n1 +978+ RESPONSE='{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++978+ tail -n1 +978+ STATUS_CODE=200 ++978+ echo '{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++978+ jq -r .notarizationStatus.status +978+ STATUS=IN_PROGRESS +978+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +978+ sleep 1m ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3c1185b2-8c2f-42e8-a9c5-1dff444e0aea/status +418+ RESPONSE_RAW='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3053e8ed-c850-4c7b-bec8-32409f30f05e/status +204+ RESPONSE_RAW='{"uuid":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ec16069a-2a4a-4e79-b27c-fc54c02df6e0/status +302+ RESPONSE_RAW='{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m ++772+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/90ab5bc3-bd04-4dfd-9c38-779fb9d687fb/status +772+ RESPONSE_RAW='{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++772+ head -n1 +772+ RESPONSE='{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++772+ tail -n1 +772+ STATUS_CODE=200 ++772+ echo '{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++772+ jq -r .notarizationStatus.status +772+ STATUS=IN_PROGRESS +772+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +772+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/509e418c-2a7d-4f75-a522-dca3aa295c49/status +226+ RESPONSE_RAW='{"uuid":"509e418c-2a7d-4f75-a522-dca3aa295c49","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":"509e418c-2a7d-4f75-a522-dca3aa295c49","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":"509e418c-2a7d-4f75-a522-dca3aa295c49","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/9de0b02b-f693-4031-8f06-017ea804231a/status +606+ RESPONSE_RAW='{"uuid":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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 ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/13318cb9-b86d-4058-8262-dfe3b5cfff05/status +460+ RESPONSE_RAW='{"uuid":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e0d89e5-f0e7-45f1-9712-2840315d2e54/status +1050+ RESPONSE_RAW='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++344+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/11ae55c7-af43-4874-9443-03f3f4416fab/status +344+ RESPONSE_RAW='{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++344+ head -n1 +344+ RESPONSE='{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++344+ tail -n1 +344+ STATUS_CODE=200 ++344+ echo '{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++344+ jq -r .notarizationStatus.status +344+ STATUS=IN_PROGRESS +344+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +344+ sleep 1m ++844+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9386617-8178-4c08-b848-8c4ae79be7fc/status +844+ RESPONSE_RAW='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++844+ head -n1 +844+ RESPONSE='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++844+ tail -n1 +844+ STATUS_CODE=200 ++844+ echo '{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++844+ jq -r .notarizationStatus.status +844+ STATUS=IN_PROGRESS +844+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +844+ sleep 1m ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5/status +658+ RESPONSE_RAW='{"uuid":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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 ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/50a174bd-bf60-4dbe-a940-aeff258fea44/status +248+ RESPONSE_RAW='{"uuid":"50a174bd-bf60-4dbe-a940-aeff258fea44","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":"50a174bd-bf60-4dbe-a940-aeff258fea44","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":"50a174bd-bf60-4dbe-a940-aeff258fea44","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++248+ jq -r .notarizationStatus.status +248+ STATUS=IN_PROGRESS +248+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +248+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/836bb1a1-720c-4524-a525-dba6a5700e91/status +502+ RESPONSE_RAW='{"uuid":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c875cac9-31d9-4f03-8730-38f1c3af7252/status +182+ RESPONSE_RAW='{"uuid":"c875cac9-31d9-4f03-8730-38f1c3af7252","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":"c875cac9-31d9-4f03-8730-38f1c3af7252","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":"c875cac9-31d9-4f03-8730-38f1c3af7252","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+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/06ff2f75-3a2b-40d6-ad14-d67727a50f18/status +376+ RESPONSE_RAW='{"uuid":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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/ad7f8710-ae46-453e-bcda-9ae40acc6f56/status +906+ RESPONSE_RAW='{"uuid":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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 ++720+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/12b4a8b2-4864-47a5-9de4-f8a6a8de88d4/status +720+ RESPONSE_RAW='{"uuid":"12b4a8b2-4864-47a5-9de4-f8a6a8de88d4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++720+ head -n1 +720+ RESPONSE='{"uuid":"12b4a8b2-4864-47a5-9de4-f8a6a8de88d4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++720+ tail -n1 +720+ STATUS_CODE=200 ++720+ echo '{"uuid":"12b4a8b2-4864-47a5-9de4-f8a6a8de88d4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++720+ jq -r .notarizationStatus.status +720+ STATUS=IN_PROGRESS +720+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +720+ sleep 1m ++280+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/60535d59-242e-4b05-afbe-e9941869d38d/status +280+ RESPONSE_RAW='{"uuid":"60535d59-242e-4b05-afbe-e9941869d38d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++280+ head -n1 +280+ RESPONSE='{"uuid":"60535d59-242e-4b05-afbe-e9941869d38d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++280+ tail -n1 +280+ STATUS_CODE=200 ++280+ echo '{"uuid":"60535d59-242e-4b05-afbe-e9941869d38d","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++280+ jq -r .notarizationStatus.status +280+ STATUS=IN_PROGRESS +280+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +280+ sleep 1m ++564+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1344ea29-183d-413b-b67e-eead0056e7f6/status +564+ RESPONSE_RAW='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++564+ head -n1 +564+ RESPONSE='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++564+ tail -n1 +564+ STATUS_CODE=200 ++564+ echo '{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++564+ jq -r .notarizationStatus.status +564+ STATUS=IN_PROGRESS +564+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +564+ sleep 1m ++978+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d7ea653d-cb0f-447b-ba31-4e73012f4190/status +978+ RESPONSE_RAW='{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++978+ head -n1 +978+ RESPONSE='{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++978+ tail -n1 +978+ STATUS_CODE=200 ++978+ echo '{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++978+ jq -r .notarizationStatus.status +978+ STATUS=IN_PROGRESS +978+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +978+ sleep 1m ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3c1185b2-8c2f-42e8-a9c5-1dff444e0aea/status +418+ RESPONSE_RAW='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3053e8ed-c850-4c7b-bec8-32409f30f05e/status +204+ RESPONSE_RAW='{"uuid":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ec16069a-2a4a-4e79-b27c-fc54c02df6e0/status +302+ RESPONSE_RAW='{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m ++772+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/90ab5bc3-bd04-4dfd-9c38-779fb9d687fb/status +772+ RESPONSE_RAW='{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++772+ head -n1 +772+ RESPONSE='{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++772+ tail -n1 +772+ STATUS_CODE=200 ++772+ echo '{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++772+ jq -r .notarizationStatus.status +772+ STATUS=IN_PROGRESS +772+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +772+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/509e418c-2a7d-4f75-a522-dca3aa295c49/status +226+ RESPONSE_RAW='{"uuid":"509e418c-2a7d-4f75-a522-dca3aa295c49","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":"509e418c-2a7d-4f75-a522-dca3aa295c49","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":"509e418c-2a7d-4f75-a522-dca3aa295c49","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/9de0b02b-f693-4031-8f06-017ea804231a/status +606+ RESPONSE_RAW='{"uuid":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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 ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/13318cb9-b86d-4058-8262-dfe3b5cfff05/status +460+ RESPONSE_RAW='{"uuid":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e0d89e5-f0e7-45f1-9712-2840315d2e54/status +1050+ RESPONSE_RAW='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++344+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/11ae55c7-af43-4874-9443-03f3f4416fab/status +344+ RESPONSE_RAW='{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++344+ head -n1 +344+ RESPONSE='{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++344+ tail -n1 +344+ STATUS_CODE=200 ++344+ echo '{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++344+ jq -r .notarizationStatus.status +344+ STATUS=IN_PROGRESS +344+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +344+ sleep 1m ++844+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9386617-8178-4c08-b848-8c4ae79be7fc/status +844+ RESPONSE_RAW='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++844+ head -n1 +844+ RESPONSE='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++844+ tail -n1 +844+ STATUS_CODE=200 ++844+ echo '{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++844+ jq -r .notarizationStatus.status +844+ STATUS=IN_PROGRESS +844+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +844+ sleep 1m ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5/status +658+ RESPONSE_RAW='{"uuid":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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 ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/50a174bd-bf60-4dbe-a940-aeff258fea44/status +248+ RESPONSE_RAW='{"uuid":"50a174bd-bf60-4dbe-a940-aeff258fea44","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":"50a174bd-bf60-4dbe-a940-aeff258fea44","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":"50a174bd-bf60-4dbe-a940-aeff258fea44","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++248+ jq -r .notarizationStatus.status +248+ STATUS=IN_PROGRESS +248+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +248+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/836bb1a1-720c-4524-a525-dba6a5700e91/status +502+ RESPONSE_RAW='{"uuid":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c875cac9-31d9-4f03-8730-38f1c3af7252/status +182+ RESPONSE_RAW='{"uuid":"c875cac9-31d9-4f03-8730-38f1c3af7252","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":"c875cac9-31d9-4f03-8730-38f1c3af7252","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":"c875cac9-31d9-4f03-8730-38f1c3af7252","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+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/06ff2f75-3a2b-40d6-ad14-d67727a50f18/status +376+ RESPONSE_RAW='{"uuid":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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/ad7f8710-ae46-453e-bcda-9ae40acc6f56/status +906+ RESPONSE_RAW='{"uuid":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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 ++720+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/12b4a8b2-4864-47a5-9de4-f8a6a8de88d4/status +720+ RESPONSE_RAW='{"uuid":"12b4a8b2-4864-47a5-9de4-f8a6a8de88d4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++720+ head -n1 +720+ RESPONSE='{"uuid":"12b4a8b2-4864-47a5-9de4-f8a6a8de88d4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++720+ tail -n1 +720+ STATUS_CODE=200 ++720+ echo '{"uuid":"12b4a8b2-4864-47a5-9de4-f8a6a8de88d4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++720+ jq -r .notarizationStatus.status +720+ STATUS=IN_PROGRESS +720+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +720+ sleep 1m ++280+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/60535d59-242e-4b05-afbe-e9941869d38d/status +280+ RESPONSE_RAW='{"uuid":"60535d59-242e-4b05-afbe-e9941869d38d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++280+ head -n1 +280+ RESPONSE='{"uuid":"60535d59-242e-4b05-afbe-e9941869d38d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++280+ tail -n1 +280+ STATUS_CODE=200 ++280+ echo '{"uuid":"60535d59-242e-4b05-afbe-e9941869d38d","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++280+ jq -r .notarizationStatus.status +280+ STATUS=IN_PROGRESS +280+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +280+ sleep 1m ++564+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1344ea29-183d-413b-b67e-eead0056e7f6/status +564+ RESPONSE_RAW='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++564+ head -n1 +564+ RESPONSE='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++564+ tail -n1 +564+ STATUS_CODE=200 ++564+ echo '{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++564+ jq -r .notarizationStatus.status +564+ STATUS=IN_PROGRESS +564+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +564+ sleep 1m ++978+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d7ea653d-cb0f-447b-ba31-4e73012f4190/status +978+ RESPONSE_RAW='{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++978+ head -n1 +978+ RESPONSE='{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++978+ tail -n1 +978+ STATUS_CODE=200 ++978+ echo '{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++978+ jq -r .notarizationStatus.status +978+ STATUS=IN_PROGRESS +978+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +978+ sleep 1m ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3c1185b2-8c2f-42e8-a9c5-1dff444e0aea/status +418+ RESPONSE_RAW='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3053e8ed-c850-4c7b-bec8-32409f30f05e/status +204+ RESPONSE_RAW='{"uuid":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ec16069a-2a4a-4e79-b27c-fc54c02df6e0/status +302+ RESPONSE_RAW='{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m ++772+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/90ab5bc3-bd04-4dfd-9c38-779fb9d687fb/status +772+ RESPONSE_RAW='{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++772+ head -n1 +772+ RESPONSE='{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++772+ tail -n1 +772+ STATUS_CODE=200 ++772+ echo '{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++772+ jq -r .notarizationStatus.status +772+ STATUS=IN_PROGRESS +772+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +772+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/509e418c-2a7d-4f75-a522-dca3aa295c49/status +226+ RESPONSE_RAW='{"uuid":"509e418c-2a7d-4f75-a522-dca3aa295c49","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":"509e418c-2a7d-4f75-a522-dca3aa295c49","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":"509e418c-2a7d-4f75-a522-dca3aa295c49","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/9de0b02b-f693-4031-8f06-017ea804231a/status +606+ RESPONSE_RAW='{"uuid":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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 ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/13318cb9-b86d-4058-8262-dfe3b5cfff05/status +460+ RESPONSE_RAW='{"uuid":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e0d89e5-f0e7-45f1-9712-2840315d2e54/status +1050+ RESPONSE_RAW='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++344+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/11ae55c7-af43-4874-9443-03f3f4416fab/status +344+ RESPONSE_RAW='{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++344+ head -n1 +344+ RESPONSE='{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++344+ tail -n1 +344+ STATUS_CODE=200 ++344+ echo '{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++344+ jq -r .notarizationStatus.status +344+ STATUS=IN_PROGRESS +344+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +344+ sleep 1m ++844+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9386617-8178-4c08-b848-8c4ae79be7fc/status +844+ RESPONSE_RAW='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++844+ head -n1 +844+ RESPONSE='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++844+ tail -n1 +844+ STATUS_CODE=200 ++844+ echo '{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++844+ jq -r .notarizationStatus.status +844+ STATUS=IN_PROGRESS +844+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +844+ sleep 1m ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5/status +658+ RESPONSE_RAW='{"uuid":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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 ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/50a174bd-bf60-4dbe-a940-aeff258fea44/status +248+ RESPONSE_RAW='{"uuid":"50a174bd-bf60-4dbe-a940-aeff258fea44","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":"50a174bd-bf60-4dbe-a940-aeff258fea44","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":"50a174bd-bf60-4dbe-a940-aeff258fea44","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++248+ jq -r .notarizationStatus.status +248+ STATUS=IN_PROGRESS +248+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +248+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/836bb1a1-720c-4524-a525-dba6a5700e91/status +502+ RESPONSE_RAW='{"uuid":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","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 ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c875cac9-31d9-4f03-8730-38f1c3af7252/status +182+ RESPONSE_RAW='{"uuid":"c875cac9-31d9-4f03-8730-38f1c3af7252","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":"c875cac9-31d9-4f03-8730-38f1c3af7252","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":"c875cac9-31d9-4f03-8730-38f1c3af7252","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+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/06ff2f75-3a2b-40d6-ad14-d67727a50f18/status +376+ RESPONSE_RAW='{"uuid":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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/ad7f8710-ae46-453e-bcda-9ae40acc6f56/status +906+ RESPONSE_RAW='{"uuid":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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 ++720+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/12b4a8b2-4864-47a5-9de4-f8a6a8de88d4/status +720+ RESPONSE_RAW='{"uuid":"12b4a8b2-4864-47a5-9de4-f8a6a8de88d4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++720+ head -n1 +720+ RESPONSE='{"uuid":"12b4a8b2-4864-47a5-9de4-f8a6a8de88d4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++720+ tail -n1 +720+ STATUS_CODE=200 ++720+ echo '{"uuid":"12b4a8b2-4864-47a5-9de4-f8a6a8de88d4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++720+ jq -r .notarizationStatus.status +720+ STATUS=IN_PROGRESS +720+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +720+ sleep 1m ++280+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/60535d59-242e-4b05-afbe-e9941869d38d/status +280+ RESPONSE_RAW='{"uuid":"60535d59-242e-4b05-afbe-e9941869d38d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++280+ head -n1 +280+ RESPONSE='{"uuid":"60535d59-242e-4b05-afbe-e9941869d38d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++280+ tail -n1 +280+ STATUS_CODE=200 ++280+ echo '{"uuid":"60535d59-242e-4b05-afbe-e9941869d38d","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++280+ jq -r .notarizationStatus.status +280+ STATUS=IN_PROGRESS +280+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +280+ sleep 1m ++564+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1344ea29-183d-413b-b67e-eead0056e7f6/status +564+ RESPONSE_RAW='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++564+ head -n1 +564+ RESPONSE='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++564+ tail -n1 +564+ STATUS_CODE=200 ++564+ echo '{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++564+ jq -r .notarizationStatus.status +564+ STATUS=IN_PROGRESS +564+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +564+ sleep 1m ++978+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d7ea653d-cb0f-447b-ba31-4e73012f4190/status +978+ RESPONSE_RAW='{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++978+ head -n1 +978+ RESPONSE='{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++978+ tail -n1 +978+ STATUS_CODE=200 ++978+ echo '{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++978+ jq -r .notarizationStatus.status +978+ STATUS=IN_PROGRESS +978+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +978+ sleep 1m ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3c1185b2-8c2f-42e8-a9c5-1dff444e0aea/status +418+ RESPONSE_RAW='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3053e8ed-c850-4c7b-bec8-32409f30f05e/status +204+ RESPONSE_RAW='{"uuid":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ec16069a-2a4a-4e79-b27c-fc54c02df6e0/status +302+ RESPONSE_RAW='{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m ++772+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/90ab5bc3-bd04-4dfd-9c38-779fb9d687fb/status +772+ RESPONSE_RAW='{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++772+ head -n1 +772+ RESPONSE='{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++772+ tail -n1 +772+ STATUS_CODE=200 ++772+ echo '{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++772+ jq -r .notarizationStatus.status +772+ STATUS=IN_PROGRESS +772+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +772+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/509e418c-2a7d-4f75-a522-dca3aa295c49/status +226+ RESPONSE_RAW='{"uuid":"509e418c-2a7d-4f75-a522-dca3aa295c49","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":"509e418c-2a7d-4f75-a522-dca3aa295c49","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":"509e418c-2a7d-4f75-a522-dca3aa295c49","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/9de0b02b-f693-4031-8f06-017ea804231a/status +606+ RESPONSE_RAW='{"uuid":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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 ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/13318cb9-b86d-4058-8262-dfe3b5cfff05/status +460+ RESPONSE_RAW='{"uuid":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e0d89e5-f0e7-45f1-9712-2840315d2e54/status +1050+ RESPONSE_RAW='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++344+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/11ae55c7-af43-4874-9443-03f3f4416fab/status +344+ RESPONSE_RAW='{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++344+ head -n1 +344+ RESPONSE='{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++344+ tail -n1 +344+ STATUS_CODE=200 ++344+ echo '{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++344+ jq -r .notarizationStatus.status +344+ STATUS=IN_PROGRESS +344+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +344+ sleep 1m ++844+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9386617-8178-4c08-b848-8c4ae79be7fc/status +844+ RESPONSE_RAW='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++844+ head -n1 +844+ RESPONSE='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++844+ tail -n1 +844+ STATUS_CODE=200 ++844+ echo '{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++844+ jq -r .notarizationStatus.status +844+ STATUS=IN_PROGRESS +844+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +844+ sleep 1m ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5/status +658+ RESPONSE_RAW='{"uuid":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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 ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/50a174bd-bf60-4dbe-a940-aeff258fea44/status +248+ RESPONSE_RAW='{"uuid":"50a174bd-bf60-4dbe-a940-aeff258fea44","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":"50a174bd-bf60-4dbe-a940-aeff258fea44","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":"50a174bd-bf60-4dbe-a940-aeff258fea44","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++248+ jq -r .notarizationStatus.status +248+ STATUS=IN_PROGRESS +248+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +248+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/836bb1a1-720c-4524-a525-dba6a5700e91/status +502+ RESPONSE_RAW='{"uuid":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c875cac9-31d9-4f03-8730-38f1c3af7252/status +182+ RESPONSE_RAW='{"uuid":"c875cac9-31d9-4f03-8730-38f1c3af7252","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":"c875cac9-31d9-4f03-8730-38f1c3af7252","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":"c875cac9-31d9-4f03-8730-38f1c3af7252","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+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/06ff2f75-3a2b-40d6-ad14-d67727a50f18/status +376+ RESPONSE_RAW='{"uuid":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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/ad7f8710-ae46-453e-bcda-9ae40acc6f56/status +906+ RESPONSE_RAW='{"uuid":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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 ++720+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/12b4a8b2-4864-47a5-9de4-f8a6a8de88d4/status +720+ RESPONSE_RAW='{"uuid":"12b4a8b2-4864-47a5-9de4-f8a6a8de88d4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++720+ head -n1 +720+ RESPONSE='{"uuid":"12b4a8b2-4864-47a5-9de4-f8a6a8de88d4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++720+ tail -n1 +720+ STATUS_CODE=200 ++720+ echo '{"uuid":"12b4a8b2-4864-47a5-9de4-f8a6a8de88d4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++720+ jq -r .notarizationStatus.status +720+ STATUS=IN_PROGRESS +720+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +720+ sleep 1m ++280+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/60535d59-242e-4b05-afbe-e9941869d38d/status +280+ RESPONSE_RAW='{"uuid":"60535d59-242e-4b05-afbe-e9941869d38d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++280+ head -n1 +280+ RESPONSE='{"uuid":"60535d59-242e-4b05-afbe-e9941869d38d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++280+ tail -n1 +280+ STATUS_CODE=200 ++280+ echo '{"uuid":"60535d59-242e-4b05-afbe-e9941869d38d","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++280+ jq -r .notarizationStatus.status +280+ STATUS=IN_PROGRESS +280+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +280+ sleep 1m ++564+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1344ea29-183d-413b-b67e-eead0056e7f6/status +564+ RESPONSE_RAW='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++564+ head -n1 +564+ RESPONSE='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++564+ tail -n1 +564+ STATUS_CODE=200 ++564+ echo '{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++564+ jq -r .notarizationStatus.status +564+ STATUS=IN_PROGRESS +564+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +564+ sleep 1m ++978+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d7ea653d-cb0f-447b-ba31-4e73012f4190/status +978+ RESPONSE_RAW='{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++978+ head -n1 +978+ RESPONSE='{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++978+ tail -n1 +978+ STATUS_CODE=200 ++978+ jq -r .notarizationStatus.status ++978+ echo '{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +978+ STATUS=IN_PROGRESS +978+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +978+ sleep 1m ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3c1185b2-8c2f-42e8-a9c5-1dff444e0aea/status +418+ RESPONSE_RAW='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3053e8ed-c850-4c7b-bec8-32409f30f05e/status +204+ RESPONSE_RAW='{"uuid":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ec16069a-2a4a-4e79-b27c-fc54c02df6e0/status +302+ RESPONSE_RAW='{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m ++772+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/90ab5bc3-bd04-4dfd-9c38-779fb9d687fb/status +772+ RESPONSE_RAW='{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++772+ head -n1 +772+ RESPONSE='{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++772+ tail -n1 +772+ STATUS_CODE=200 ++772+ echo '{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++772+ jq -r .notarizationStatus.status +772+ STATUS=IN_PROGRESS +772+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +772+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/509e418c-2a7d-4f75-a522-dca3aa295c49/status +226+ RESPONSE_RAW='{"uuid":"509e418c-2a7d-4f75-a522-dca3aa295c49","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":"509e418c-2a7d-4f75-a522-dca3aa295c49","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":"509e418c-2a7d-4f75-a522-dca3aa295c49","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/9de0b02b-f693-4031-8f06-017ea804231a/status +606+ RESPONSE_RAW='{"uuid":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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 ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/13318cb9-b86d-4058-8262-dfe3b5cfff05/status +460+ RESPONSE_RAW='{"uuid":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e0d89e5-f0e7-45f1-9712-2840315d2e54/status +1050+ RESPONSE_RAW='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++344+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/11ae55c7-af43-4874-9443-03f3f4416fab/status +344+ RESPONSE_RAW='{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++344+ head -n1 +344+ RESPONSE='{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++344+ tail -n1 +344+ STATUS_CODE=200 ++344+ echo '{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++344+ jq -r .notarizationStatus.status +344+ STATUS=IN_PROGRESS +344+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +344+ sleep 1m ++844+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9386617-8178-4c08-b848-8c4ae79be7fc/status +844+ RESPONSE_RAW='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++844+ head -n1 +844+ RESPONSE='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++844+ tail -n1 +844+ STATUS_CODE=200 ++844+ echo '{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++844+ jq -r .notarizationStatus.status +844+ STATUS=IN_PROGRESS +844+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +844+ sleep 1m ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5/status +658+ RESPONSE_RAW='{"uuid":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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 ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/50a174bd-bf60-4dbe-a940-aeff258fea44/status +248+ RESPONSE_RAW='{"uuid":"50a174bd-bf60-4dbe-a940-aeff258fea44","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":"50a174bd-bf60-4dbe-a940-aeff258fea44","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":"50a174bd-bf60-4dbe-a940-aeff258fea44","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++248+ jq -r .notarizationStatus.status +248+ STATUS=IN_PROGRESS +248+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +248+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/836bb1a1-720c-4524-a525-dba6a5700e91/status +502+ RESPONSE_RAW='{"uuid":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c875cac9-31d9-4f03-8730-38f1c3af7252/status +182+ RESPONSE_RAW='{"uuid":"c875cac9-31d9-4f03-8730-38f1c3af7252","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":"c875cac9-31d9-4f03-8730-38f1c3af7252","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":"c875cac9-31d9-4f03-8730-38f1c3af7252","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+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/06ff2f75-3a2b-40d6-ad14-d67727a50f18/status +376+ RESPONSE_RAW='{"uuid":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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/ad7f8710-ae46-453e-bcda-9ae40acc6f56/status +906+ RESPONSE_RAW='{"uuid":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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 ++720+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/12b4a8b2-4864-47a5-9de4-f8a6a8de88d4/status +720+ RESPONSE_RAW='{"uuid":"12b4a8b2-4864-47a5-9de4-f8a6a8de88d4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++720+ head -n1 +720+ RESPONSE='{"uuid":"12b4a8b2-4864-47a5-9de4-f8a6a8de88d4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++720+ tail -n1 +720+ STATUS_CODE=200 ++720+ echo '{"uuid":"12b4a8b2-4864-47a5-9de4-f8a6a8de88d4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++720+ jq -r .notarizationStatus.status +720+ STATUS=IN_PROGRESS +720+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +720+ sleep 1m ++280+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/60535d59-242e-4b05-afbe-e9941869d38d/status +280+ RESPONSE_RAW='{"uuid":"60535d59-242e-4b05-afbe-e9941869d38d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++280+ head -n1 +280+ RESPONSE='{"uuid":"60535d59-242e-4b05-afbe-e9941869d38d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++280+ tail -n1 +280+ STATUS_CODE=200 ++280+ echo '{"uuid":"60535d59-242e-4b05-afbe-e9941869d38d","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++280+ jq -r .notarizationStatus.status +280+ STATUS=IN_PROGRESS +280+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +280+ sleep 1m ++564+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1344ea29-183d-413b-b67e-eead0056e7f6/status +564+ RESPONSE_RAW='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++564+ head -n1 +564+ RESPONSE='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++564+ tail -n1 +564+ STATUS_CODE=200 ++564+ echo '{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++564+ jq -r .notarizationStatus.status +564+ STATUS=IN_PROGRESS +564+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +564+ sleep 1m ++978+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d7ea653d-cb0f-447b-ba31-4e73012f4190/status +978+ RESPONSE_RAW='{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++978+ head -n1 +978+ RESPONSE='{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++978+ tail -n1 +978+ STATUS_CODE=200 ++978+ echo '{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++978+ jq -r .notarizationStatus.status +978+ STATUS=IN_PROGRESS +978+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +978+ sleep 1m ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3c1185b2-8c2f-42e8-a9c5-1dff444e0aea/status +418+ RESPONSE_RAW='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3053e8ed-c850-4c7b-bec8-32409f30f05e/status +204+ RESPONSE_RAW='{"uuid":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ec16069a-2a4a-4e79-b27c-fc54c02df6e0/status +302+ RESPONSE_RAW='{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m ++772+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/90ab5bc3-bd04-4dfd-9c38-779fb9d687fb/status +772+ RESPONSE_RAW='{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++772+ head -n1 +772+ RESPONSE='{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++772+ tail -n1 +772+ STATUS_CODE=200 ++772+ echo '{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++772+ jq -r .notarizationStatus.status +772+ STATUS=IN_PROGRESS +772+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +772+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/509e418c-2a7d-4f75-a522-dca3aa295c49/status +226+ RESPONSE_RAW='{"uuid":"509e418c-2a7d-4f75-a522-dca3aa295c49","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":"509e418c-2a7d-4f75-a522-dca3aa295c49","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":"509e418c-2a7d-4f75-a522-dca3aa295c49","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/9de0b02b-f693-4031-8f06-017ea804231a/status +606+ RESPONSE_RAW='{"uuid":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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 ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/13318cb9-b86d-4058-8262-dfe3b5cfff05/status +460+ RESPONSE_RAW='{"uuid":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e0d89e5-f0e7-45f1-9712-2840315d2e54/status +1050+ RESPONSE_RAW='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++344+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/11ae55c7-af43-4874-9443-03f3f4416fab/status +344+ RESPONSE_RAW='{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++344+ head -n1 +344+ RESPONSE='{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++344+ tail -n1 +344+ STATUS_CODE=200 ++344+ echo '{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++344+ jq -r .notarizationStatus.status +344+ STATUS=IN_PROGRESS +344+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +344+ sleep 1m ++844+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9386617-8178-4c08-b848-8c4ae79be7fc/status +844+ RESPONSE_RAW='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++844+ head -n1 +844+ RESPONSE='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++844+ tail -n1 +844+ STATUS_CODE=200 ++844+ echo '{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++844+ jq -r .notarizationStatus.status +844+ STATUS=IN_PROGRESS +844+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +844+ sleep 1m ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5/status +658+ RESPONSE_RAW='{"uuid":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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 ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/50a174bd-bf60-4dbe-a940-aeff258fea44/status +248+ RESPONSE_RAW='{"uuid":"50a174bd-bf60-4dbe-a940-aeff258fea44","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":"50a174bd-bf60-4dbe-a940-aeff258fea44","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":"50a174bd-bf60-4dbe-a940-aeff258fea44","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++248+ jq -r .notarizationStatus.status +248+ STATUS=IN_PROGRESS +248+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +248+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/836bb1a1-720c-4524-a525-dba6a5700e91/status +502+ RESPONSE_RAW='{"uuid":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c875cac9-31d9-4f03-8730-38f1c3af7252/status +182+ RESPONSE_RAW='{"uuid":"c875cac9-31d9-4f03-8730-38f1c3af7252","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":"c875cac9-31d9-4f03-8730-38f1c3af7252","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":"c875cac9-31d9-4f03-8730-38f1c3af7252","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+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/06ff2f75-3a2b-40d6-ad14-d67727a50f18/status +376+ RESPONSE_RAW='{"uuid":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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/ad7f8710-ae46-453e-bcda-9ae40acc6f56/status +906+ RESPONSE_RAW='{"uuid":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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 ++720+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/12b4a8b2-4864-47a5-9de4-f8a6a8de88d4/status +720+ RESPONSE_RAW='{"uuid":"12b4a8b2-4864-47a5-9de4-f8a6a8de88d4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++720+ head -n1 +720+ RESPONSE='{"uuid":"12b4a8b2-4864-47a5-9de4-f8a6a8de88d4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++720+ tail -n1 +720+ STATUS_CODE=200 ++720+ echo '{"uuid":"12b4a8b2-4864-47a5-9de4-f8a6a8de88d4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++720+ jq -r .notarizationStatus.status +720+ STATUS=IN_PROGRESS +720+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +720+ sleep 1m ++280+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/60535d59-242e-4b05-afbe-e9941869d38d/status +280+ RESPONSE_RAW='{"uuid":"60535d59-242e-4b05-afbe-e9941869d38d","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\": \"c7a66a4b-a8bd-4221-8f76-a8b8757d5096\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg\",\n \"uploadDate\": \"2024-05-02T10:26:35.389Z\",\n \"sha256\": \"dd68bac6e85938696e4241df94b7fa257bba7ca223afe1b66ae2a98d87a04245\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"666b5afe3444dcb947f82b67b9f8505514ca2df9\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"167933fa59bde49ddb0b4823c1840ad654419195\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.aarch64_4.32.0.20240502-0721/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9517a970b176bde72cd73887e2587a3574716110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e75db07b4a780a4a3ca6b5f09b4b570025c61360\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"311fbf36e0faf69ad47e500ccdf9313ab54820aa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a40d382b16e9c93e89b7cdc5b4d44d4cf0951fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ee1390bac3aac18f9089c4744a742477158b1af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48aff537996048403a657ca3651c35b6e7dad18a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd60513572c0ac340c79494a8883607242b6442b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e8201cca40596294188cd2df95e27bbc27940f25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bb245c57e04dc229f1268a96aead5147247e41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf55166731342d0a65a6db3d53af4685a6989eae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c75665e4e8b555189c386b732164457e7b80ecb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb73a1bbd201c8a94927954d788373915491fc8e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecc25763935731c2bb4ed89545e95ca212329c57\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d322de95f588e486586106fb3adb7a232d3a727\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332b1856c718286e35df1ccc759286c63db7bc45\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15ce7577d3c990127085b8dea8174d740ec272ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90afc4edfee1782468fdec5cab180a7533d17aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ee8371af06189c4ba625d243b39788e73ae23401\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9f75fff6e0ce189bf1080663643a45742c85625\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"250670496974f7410a847531817b05c93421a50b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec72f9cc99370be1a2451258935cd31804791a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f186477e2121d809ee7726a77eddf0a9423734c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aedefb1ea0fd7715dca5337919eea223c053d604\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"662eeac930979eba6cc5183183417bce3445adc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f06a9a1117f6dcce48511e37da416126a39154\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459225ef2de331f6eb0d34425525db993e881ba8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"064850ce36f634d352d932fb9cd756bed17d3efb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"921731a090f37de78c45152302ed554449d3e963\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"167933fa59bde49ddb0b4823c1840ad654419195\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++280+ head -n1 +280+ RESPONSE='{"uuid":"60535d59-242e-4b05-afbe-e9941869d38d","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\": \"c7a66a4b-a8bd-4221-8f76-a8b8757d5096\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg\",\n \"uploadDate\": \"2024-05-02T10:26:35.389Z\",\n \"sha256\": \"dd68bac6e85938696e4241df94b7fa257bba7ca223afe1b66ae2a98d87a04245\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"666b5afe3444dcb947f82b67b9f8505514ca2df9\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"167933fa59bde49ddb0b4823c1840ad654419195\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.aarch64_4.32.0.20240502-0721/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9517a970b176bde72cd73887e2587a3574716110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e75db07b4a780a4a3ca6b5f09b4b570025c61360\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"311fbf36e0faf69ad47e500ccdf9313ab54820aa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a40d382b16e9c93e89b7cdc5b4d44d4cf0951fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ee1390bac3aac18f9089c4744a742477158b1af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48aff537996048403a657ca3651c35b6e7dad18a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd60513572c0ac340c79494a8883607242b6442b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e8201cca40596294188cd2df95e27bbc27940f25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bb245c57e04dc229f1268a96aead5147247e41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf55166731342d0a65a6db3d53af4685a6989eae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c75665e4e8b555189c386b732164457e7b80ecb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb73a1bbd201c8a94927954d788373915491fc8e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecc25763935731c2bb4ed89545e95ca212329c57\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d322de95f588e486586106fb3adb7a232d3a727\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332b1856c718286e35df1ccc759286c63db7bc45\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15ce7577d3c990127085b8dea8174d740ec272ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90afc4edfee1782468fdec5cab180a7533d17aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ee8371af06189c4ba625d243b39788e73ae23401\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9f75fff6e0ce189bf1080663643a45742c85625\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"250670496974f7410a847531817b05c93421a50b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec72f9cc99370be1a2451258935cd31804791a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f186477e2121d809ee7726a77eddf0a9423734c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aedefb1ea0fd7715dca5337919eea223c053d604\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"662eeac930979eba6cc5183183417bce3445adc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f06a9a1117f6dcce48511e37da416126a39154\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459225ef2de331f6eb0d34425525db993e881ba8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"064850ce36f634d352d932fb9cd756bed17d3efb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"921731a090f37de78c45152302ed554449d3e963\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"167933fa59bde49ddb0b4823c1840ad654419195\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++280+ tail -n1 +280+ STATUS_CODE=200 ++280+ jq -r .notarizationStatus.status ++280+ echo '{"uuid":"60535d59-242e-4b05-afbe-e9941869d38d","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\":' '\"c7a66a4b-a8bd-4221-8f76-a8b8757d5096\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg\",\n' '\"uploadDate\":' '\"2024-05-02T10:26:35.389Z\",\n' '\"sha256\":' '\"dd68bac6e85938696e4241df94b7fa257bba7ca223afe1b66ae2a98d87a04245\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"666b5afe3444dcb947f82b67b9f8505514ca2df9\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"167933fa59bde49ddb0b4823c1840ad654419195\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.aarch64_4.32.0.20240502-0721/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9517a970b176bde72cd73887e2587a3574716110\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e75db07b4a780a4a3ca6b5f09b4b570025c61360\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"311fbf36e0faf69ad47e500ccdf9313ab54820aa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7a40d382b16e9c93e89b7cdc5b4d44d4cf0951fa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4ee1390bac3aac18f9089c4744a742477158b1af\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"48aff537996048403a657ca3651c35b6e7dad18a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cd60513572c0ac340c79494a8883607242b6442b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e8201cca40596294188cd2df95e27bbc27940f25\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bb245c57e04dc229f1268a96aead5147247e41\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf55166731342d0a65a6db3d53af4685a6989eae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c75665e4e8b555189c386b732164457e7b80ecb9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eb73a1bbd201c8a94927954d788373915491fc8e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ecc25763935731c2bb4ed89545e95ca212329c57\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2d322de95f588e486586106fb3adb7a232d3a727\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"332b1856c718286e35df1ccc759286c63db7bc45\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"15ce7577d3c990127085b8dea8174d740ec272ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90afc4edfee1782468fdec5cab180a7533d17aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ee8371af06189c4ba625d243b39788e73ae23401\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9f75fff6e0ce189bf1080663643a45742c85625\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"250670496974f7410a847531817b05c93421a50b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ec72f9cc99370be1a2451258935cd31804791a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f186477e2121d809ee7726a77eddf0a9423734c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aedefb1ea0fd7715dca5337919eea223c053d604\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"662eeac930979eba6cc5183183417bce3445adc0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6f06a9a1117f6dcce48511e37da416126a39154\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"459225ef2de331f6eb0d34425525db993e881ba8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"064850ce36f634d352d932fb9cd756bed17d3efb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"921731a090f37de78c45152302ed554449d3e963\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-aarch64-17668004892412188083.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"167933fa59bde49ddb0b4823c1840ad654419195\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +280+ STATUS=COMPLETE +280+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +280+ [[ 200 == \5\0\3 ]] +280+ [[ 200 == \5\0\2 ]] +280+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +280+ break +280+ rm eclipse-java-2024-06-M2-macosx-cocoa-aarch64.dmg +280+ curl -JO https://cbi.eclipse.org/macos/xcrun/60535d59-242e-4b05-afbe-e9941869d38d/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 5385k 0 5385k 0 0 53.1M 0 --:--:-- --:--:-- --:--:-- 52.5M 100 75.0M 0 75.0M 0 0 67.2M 0 --:--:-- 0:00:01 --:--:-- 67.2M 100 151M 0 151M 0 0 72.2M 0 --:--:-- 0:00:02 --:--:-- 72.2M 100 232M 0 232M 0 0 74.8M 0 --:--:-- 0:00:03 --:--:-- 74.8M 100 314M 0 314M 0 0 76.8M 0 --:--:-- 0:00:04 --:--:-- 76.8M 100 329M 0 329M 0 0 76.9M 0 --:--:-- 0:00:04 --:--:-- 77.5M curl: Saved to filename 'eclipse-java-2024-06-M2-macosx-cocoa-aarch64.dmg' +280+ cp -vf eclipse-java-2024-06-M2-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-M2-macosx-cocoa-aarch64.dmg 'eclipse-java-2024-06-M2-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-M2-macosx-cocoa-aarch64.dmg' ++280+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-M2-macosx-cocoa-aarch64.dmg +280+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++280+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-M2-macosx-cocoa-aarch64.dmg +280+ b=eclipse-java-2024-06-M2-macosx-cocoa-aarch64.dmg +280+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +280+ md5sum eclipse-java-2024-06-M2-macosx-cocoa-aarch64.dmg +280+ sha1sum eclipse-java-2024-06-M2-macosx-cocoa-aarch64.dmg +280+ sha512sum -b eclipse-java-2024-06-M2-macosx-cocoa-aarch64.dmg +280+ rm eclipse-java-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize +280+ rm -f eclipse-java-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.md5 +280+ rm -f eclipse-java-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +280+ rm -f eclipse-java-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++564+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1344ea29-183d-413b-b67e-eead0056e7f6/status +564+ RESPONSE_RAW='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++564+ head -n1 +564+ RESPONSE='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++564+ tail -n1 +564+ STATUS_CODE=200 ++564+ echo '{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++564+ jq -r .notarizationStatus.status +564+ STATUS=IN_PROGRESS +564+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +564+ sleep 1m ++978+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d7ea653d-cb0f-447b-ba31-4e73012f4190/status +978+ RESPONSE_RAW='{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++978+ head -n1 +978+ RESPONSE='{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++978+ tail -n1 +978+ STATUS_CODE=200 ++978+ echo '{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++978+ jq -r .notarizationStatus.status +978+ STATUS=IN_PROGRESS +978+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +978+ sleep 1m ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3c1185b2-8c2f-42e8-a9c5-1dff444e0aea/status +418+ RESPONSE_RAW='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3053e8ed-c850-4c7b-bec8-32409f30f05e/status +204+ RESPONSE_RAW='{"uuid":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ec16069a-2a4a-4e79-b27c-fc54c02df6e0/status +302+ RESPONSE_RAW='{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m ++772+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/90ab5bc3-bd04-4dfd-9c38-779fb9d687fb/status +772+ RESPONSE_RAW='{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++772+ head -n1 +772+ RESPONSE='{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++772+ tail -n1 +772+ STATUS_CODE=200 ++772+ echo '{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++772+ jq -r .notarizationStatus.status +772+ STATUS=IN_PROGRESS +772+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +772+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/509e418c-2a7d-4f75-a522-dca3aa295c49/status +226+ RESPONSE_RAW='{"uuid":"509e418c-2a7d-4f75-a522-dca3aa295c49","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":"509e418c-2a7d-4f75-a522-dca3aa295c49","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":"509e418c-2a7d-4f75-a522-dca3aa295c49","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/9de0b02b-f693-4031-8f06-017ea804231a/status +606+ RESPONSE_RAW='{"uuid":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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 ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/13318cb9-b86d-4058-8262-dfe3b5cfff05/status +460+ RESPONSE_RAW='{"uuid":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e0d89e5-f0e7-45f1-9712-2840315d2e54/status +1050+ RESPONSE_RAW='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++344+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/11ae55c7-af43-4874-9443-03f3f4416fab/status +344+ RESPONSE_RAW='{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++344+ head -n1 +344+ RESPONSE='{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++344+ tail -n1 +344+ STATUS_CODE=200 ++344+ echo '{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++344+ jq -r .notarizationStatus.status +344+ STATUS=IN_PROGRESS +344+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +344+ sleep 1m ++844+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9386617-8178-4c08-b848-8c4ae79be7fc/status +844+ RESPONSE_RAW='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++844+ head -n1 +844+ RESPONSE='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++844+ tail -n1 +844+ STATUS_CODE=200 ++844+ echo '{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++844+ jq -r .notarizationStatus.status +844+ STATUS=IN_PROGRESS +844+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +844+ sleep 1m ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5/status +658+ RESPONSE_RAW='{"uuid":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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 ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/50a174bd-bf60-4dbe-a940-aeff258fea44/status +248+ RESPONSE_RAW='{"uuid":"50a174bd-bf60-4dbe-a940-aeff258fea44","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":"50a174bd-bf60-4dbe-a940-aeff258fea44","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":"50a174bd-bf60-4dbe-a940-aeff258fea44","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++248+ jq -r .notarizationStatus.status +248+ STATUS=IN_PROGRESS +248+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +248+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/836bb1a1-720c-4524-a525-dba6a5700e91/status +502+ RESPONSE_RAW='{"uuid":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c875cac9-31d9-4f03-8730-38f1c3af7252/status +182+ RESPONSE_RAW='{"uuid":"c875cac9-31d9-4f03-8730-38f1c3af7252","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":"c875cac9-31d9-4f03-8730-38f1c3af7252","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":"c875cac9-31d9-4f03-8730-38f1c3af7252","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+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/06ff2f75-3a2b-40d6-ad14-d67727a50f18/status +376+ RESPONSE_RAW='{"uuid":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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/ad7f8710-ae46-453e-bcda-9ae40acc6f56/status +906+ RESPONSE_RAW='{"uuid":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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 ++720+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/12b4a8b2-4864-47a5-9de4-f8a6a8de88d4/status +720+ RESPONSE_RAW='{"uuid":"12b4a8b2-4864-47a5-9de4-f8a6a8de88d4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++720+ head -n1 +720+ RESPONSE='{"uuid":"12b4a8b2-4864-47a5-9de4-f8a6a8de88d4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++720+ tail -n1 +720+ STATUS_CODE=200 ++720+ echo '{"uuid":"12b4a8b2-4864-47a5-9de4-f8a6a8de88d4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++720+ jq -r .notarizationStatus.status +720+ STATUS=IN_PROGRESS +720+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +720+ sleep 1m ++564+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1344ea29-183d-413b-b67e-eead0056e7f6/status +564+ RESPONSE_RAW='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++564+ head -n1 +564+ RESPONSE='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++564+ tail -n1 +564+ STATUS_CODE=200 ++564+ echo '{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++564+ jq -r .notarizationStatus.status +564+ STATUS=IN_PROGRESS +564+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +564+ sleep 1m ++978+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d7ea653d-cb0f-447b-ba31-4e73012f4190/status +978+ RESPONSE_RAW='{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++978+ head -n1 +978+ RESPONSE='{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++978+ tail -n1 +978+ STATUS_CODE=200 ++978+ echo '{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++978+ jq -r .notarizationStatus.status +978+ STATUS=IN_PROGRESS +978+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +978+ sleep 1m ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3c1185b2-8c2f-42e8-a9c5-1dff444e0aea/status +418+ RESPONSE_RAW='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3053e8ed-c850-4c7b-bec8-32409f30f05e/status +204+ RESPONSE_RAW='{"uuid":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ec16069a-2a4a-4e79-b27c-fc54c02df6e0/status +302+ RESPONSE_RAW='{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m ++772+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/90ab5bc3-bd04-4dfd-9c38-779fb9d687fb/status +772+ RESPONSE_RAW='{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++772+ head -n1 +772+ RESPONSE='{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++772+ tail -n1 +772+ STATUS_CODE=200 ++772+ echo '{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++772+ jq -r .notarizationStatus.status +772+ STATUS=IN_PROGRESS +772+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +772+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/509e418c-2a7d-4f75-a522-dca3aa295c49/status +226+ RESPONSE_RAW='{"uuid":"509e418c-2a7d-4f75-a522-dca3aa295c49","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":"509e418c-2a7d-4f75-a522-dca3aa295c49","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":"509e418c-2a7d-4f75-a522-dca3aa295c49","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/9de0b02b-f693-4031-8f06-017ea804231a/status +606+ RESPONSE_RAW='{"uuid":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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 ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/13318cb9-b86d-4058-8262-dfe3b5cfff05/status +460+ RESPONSE_RAW='{"uuid":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e0d89e5-f0e7-45f1-9712-2840315d2e54/status +1050+ RESPONSE_RAW='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++344+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/11ae55c7-af43-4874-9443-03f3f4416fab/status +344+ RESPONSE_RAW='{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++344+ head -n1 +344+ RESPONSE='{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++344+ tail -n1 +344+ STATUS_CODE=200 ++344+ echo '{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++344+ jq -r .notarizationStatus.status +344+ STATUS=IN_PROGRESS +344+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +344+ sleep 1m ++844+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9386617-8178-4c08-b848-8c4ae79be7fc/status +844+ RESPONSE_RAW='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++844+ head -n1 +844+ RESPONSE='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++844+ tail -n1 +844+ STATUS_CODE=200 ++844+ echo '{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++844+ jq -r .notarizationStatus.status +844+ STATUS=IN_PROGRESS +844+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +844+ sleep 1m ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5/status +658+ RESPONSE_RAW='{"uuid":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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 ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/50a174bd-bf60-4dbe-a940-aeff258fea44/status +248+ RESPONSE_RAW='{"uuid":"50a174bd-bf60-4dbe-a940-aeff258fea44","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":"50a174bd-bf60-4dbe-a940-aeff258fea44","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":"50a174bd-bf60-4dbe-a940-aeff258fea44","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++248+ jq -r .notarizationStatus.status +248+ STATUS=IN_PROGRESS +248+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +248+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/836bb1a1-720c-4524-a525-dba6a5700e91/status +502+ RESPONSE_RAW='{"uuid":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c875cac9-31d9-4f03-8730-38f1c3af7252/status +182+ RESPONSE_RAW='{"uuid":"c875cac9-31d9-4f03-8730-38f1c3af7252","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":"c875cac9-31d9-4f03-8730-38f1c3af7252","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":"c875cac9-31d9-4f03-8730-38f1c3af7252","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+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/06ff2f75-3a2b-40d6-ad14-d67727a50f18/status +376+ RESPONSE_RAW='{"uuid":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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/ad7f8710-ae46-453e-bcda-9ae40acc6f56/status +906+ RESPONSE_RAW='{"uuid":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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 ++720+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/12b4a8b2-4864-47a5-9de4-f8a6a8de88d4/status +720+ RESPONSE_RAW='{"uuid":"12b4a8b2-4864-47a5-9de4-f8a6a8de88d4","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\": \"dcc4e4f7-b11b-4959-8da6-78529a980f0e\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg\",\n \"uploadDate\": \"2024-05-02T10:28:03.638Z\",\n \"sha256\": \"363c5dc1720478ef75e740238e014b6013a68750484cb5ed03ea50352e065cf3\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28ff7c17b8cd2817156b7e5e18016772f7011ca3\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d651b09da31be1b642953d881bc9f56f73189222\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.x86_64_4.32.0.20240502-0721/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9517a970b176bde72cd73887e2587a3574716110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6934a02a15f0a67c1e58cf0b19feee828ad360d6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dd9cfb912acc0ee8e137d9d841a2dcd62c6dc3e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d05337058ff069045bfdbe0c903cccd5e6be9cff\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a678702718088d6722b354cfc41a39c33e780c44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4cd63ba153c62631630a11716bdd007fba863065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"230f835ee00d93c808df43d0c2991635e80e63a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9498519d56e66afbc98652661d338edd66a0e4c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b909a667f52716ac4263b8097072a85066bc7d23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f53a30c10008284e16acc1158381119b2463084\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"221287cc2221f20ec84c875388b7a239b06304d0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"829d0d770326ae7073f74579bf678eac3c4828bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0afdad31f5216b285a02d8a790021d33668c89f9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26455017ff930a947b3886eeabed2cc462355cb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1b702166e0355241d63314f57d901f39f13bac0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99175cdd438e9155db559ba8389441297b93986c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df7980d9033f04fb2a6341bcd93a729411129a27\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"888c55093caeb579a852e764aeb69420c7d398b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"597b23ed4e29196566607e54893ec9cf410e669a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d651b09da31be1b642953d881bc9f56f73189222\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++720+ head -n1 +720+ RESPONSE='{"uuid":"12b4a8b2-4864-47a5-9de4-f8a6a8de88d4","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\": \"dcc4e4f7-b11b-4959-8da6-78529a980f0e\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg\",\n \"uploadDate\": \"2024-05-02T10:28:03.638Z\",\n \"sha256\": \"363c5dc1720478ef75e740238e014b6013a68750484cb5ed03ea50352e065cf3\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28ff7c17b8cd2817156b7e5e18016772f7011ca3\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d651b09da31be1b642953d881bc9f56f73189222\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.x86_64_4.32.0.20240502-0721/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9517a970b176bde72cd73887e2587a3574716110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6934a02a15f0a67c1e58cf0b19feee828ad360d6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dd9cfb912acc0ee8e137d9d841a2dcd62c6dc3e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d05337058ff069045bfdbe0c903cccd5e6be9cff\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a678702718088d6722b354cfc41a39c33e780c44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4cd63ba153c62631630a11716bdd007fba863065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"230f835ee00d93c808df43d0c2991635e80e63a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9498519d56e66afbc98652661d338edd66a0e4c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b909a667f52716ac4263b8097072a85066bc7d23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f53a30c10008284e16acc1158381119b2463084\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"221287cc2221f20ec84c875388b7a239b06304d0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"829d0d770326ae7073f74579bf678eac3c4828bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0afdad31f5216b285a02d8a790021d33668c89f9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26455017ff930a947b3886eeabed2cc462355cb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1b702166e0355241d63314f57d901f39f13bac0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99175cdd438e9155db559ba8389441297b93986c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df7980d9033f04fb2a6341bcd93a729411129a27\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"888c55093caeb579a852e764aeb69420c7d398b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"597b23ed4e29196566607e54893ec9cf410e669a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d651b09da31be1b642953d881bc9f56f73189222\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++720+ tail -n1 +720+ STATUS_CODE=200 ++720+ jq -r .notarizationStatus.status ++720+ echo '{"uuid":"12b4a8b2-4864-47a5-9de4-f8a6a8de88d4","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\":' '\"dcc4e4f7-b11b-4959-8da6-78529a980f0e\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg\",\n' '\"uploadDate\":' '\"2024-05-02T10:28:03.638Z\",\n' '\"sha256\":' '\"363c5dc1720478ef75e740238e014b6013a68750484cb5ed03ea50352e065cf3\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"28ff7c17b8cd2817156b7e5e18016772f7011ca3\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d651b09da31be1b642953d881bc9f56f73189222\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.x86_64_4.32.0.20240502-0721/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00fda142f82025ddc29a3ff87f899862c2236492\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9517a970b176bde72cd73887e2587a3574716110\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6934a02a15f0a67c1e58cf0b19feee828ad360d6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dd9cfb912acc0ee8e137d9d841a2dcd62c6dc3e4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d05337058ff069045bfdbe0c903cccd5e6be9cff\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a678702718088d6722b354cfc41a39c33e780c44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4cd63ba153c62631630a11716bdd007fba863065\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"230f835ee00d93c808df43d0c2991635e80e63a3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9498519d56e66afbc98652661d338edd66a0e4c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b909a667f52716ac4263b8097072a85066bc7d23\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f53a30c10008284e16acc1158381119b2463084\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"221287cc2221f20ec84c875388b7a239b06304d0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"829d0d770326ae7073f74579bf678eac3c4828bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0afdad31f5216b285a02d8a790021d33668c89f9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26455017ff930a947b3886eeabed2cc462355cb2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1b702166e0355241d63314f57d901f39f13bac0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99175cdd438e9155db559ba8389441297b93986c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"df7980d9033f04fb2a6341bcd93a729411129a27\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"888c55093caeb579a852e764aeb69420c7d398b5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"597b23ed4e29196566607e54893ec9cf410e669a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M2-macosx-cocoa-x86_64-9308473446941619933.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d651b09da31be1b642953d881bc9f56f73189222\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +720+ STATUS=COMPLETE +720+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +720+ [[ 200 == \5\0\3 ]] +720+ [[ 200 == \5\0\2 ]] +720+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +720+ break +720+ rm eclipse-java-2024-06-M2-macosx-cocoa-x86_64.dmg +720+ curl -JO https://cbi.eclipse.org/macos/xcrun/12b4a8b2-4864-47a5-9de4-f8a6a8de88d4/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32.7M 0 32.7M 0 0 83.8M 0 --:--:-- --:--:-- --:--:-- 83.6M 100 106M 0 106M 0 0 76.8M 0 --:--:-- 0:00:01 --:--:-- 76.8M 100 173M 0 173M 0 0 72.9M 0 --:--:-- 0:00:02 --:--:-- 72.9M 100 253M 0 253M 0 0 74.8M 0 --:--:-- 0:00:03 --:--:-- 74.8M 100 330M 0 330M 0 0 75.7M 0 --:--:-- 0:00:04 --:--:-- 75.7M curl: Saved to filename 'eclipse-java-2024-06-M2-macosx-cocoa-x86_64.dmg' +720+ cp -vf eclipse-java-2024-06-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-M2-macosx-cocoa-x86_64.dmg 'eclipse-java-2024-06-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-M2-macosx-cocoa-x86_64.dmg' ++720+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-M2-macosx-cocoa-x86_64.dmg +720+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++720+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-M2-macosx-cocoa-x86_64.dmg +720+ b=eclipse-java-2024-06-M2-macosx-cocoa-x86_64.dmg +720+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +720+ md5sum eclipse-java-2024-06-M2-macosx-cocoa-x86_64.dmg +720+ sha1sum eclipse-java-2024-06-M2-macosx-cocoa-x86_64.dmg +720+ sha512sum -b eclipse-java-2024-06-M2-macosx-cocoa-x86_64.dmg +720+ rm eclipse-java-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +720+ rm -f eclipse-java-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5 +720+ rm -f eclipse-java-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +720+ rm -f eclipse-java-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++564+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1344ea29-183d-413b-b67e-eead0056e7f6/status +564+ RESPONSE_RAW='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++564+ head -n1 +564+ RESPONSE='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++564+ tail -n1 +564+ STATUS_CODE=200 ++564+ echo '{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++564+ jq -r .notarizationStatus.status +564+ STATUS=IN_PROGRESS +564+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +564+ sleep 1m ++978+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d7ea653d-cb0f-447b-ba31-4e73012f4190/status +978+ RESPONSE_RAW='{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++978+ head -n1 +978+ RESPONSE='{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++978+ tail -n1 +978+ STATUS_CODE=200 ++978+ echo '{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++978+ jq -r .notarizationStatus.status +978+ STATUS=IN_PROGRESS +978+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +978+ sleep 1m ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3c1185b2-8c2f-42e8-a9c5-1dff444e0aea/status +418+ RESPONSE_RAW='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3053e8ed-c850-4c7b-bec8-32409f30f05e/status +204+ RESPONSE_RAW='{"uuid":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ec16069a-2a4a-4e79-b27c-fc54c02df6e0/status +302+ RESPONSE_RAW='{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m ++772+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/90ab5bc3-bd04-4dfd-9c38-779fb9d687fb/status +772+ RESPONSE_RAW='{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++772+ head -n1 +772+ RESPONSE='{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++772+ tail -n1 +772+ STATUS_CODE=200 ++772+ echo '{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++772+ jq -r .notarizationStatus.status +772+ STATUS=IN_PROGRESS +772+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +772+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/509e418c-2a7d-4f75-a522-dca3aa295c49/status +226+ RESPONSE_RAW='{"uuid":"509e418c-2a7d-4f75-a522-dca3aa295c49","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":"509e418c-2a7d-4f75-a522-dca3aa295c49","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":"509e418c-2a7d-4f75-a522-dca3aa295c49","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/9de0b02b-f693-4031-8f06-017ea804231a/status +606+ RESPONSE_RAW='{"uuid":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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 ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/13318cb9-b86d-4058-8262-dfe3b5cfff05/status +460+ RESPONSE_RAW='{"uuid":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e0d89e5-f0e7-45f1-9712-2840315d2e54/status +1050+ RESPONSE_RAW='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++344+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/11ae55c7-af43-4874-9443-03f3f4416fab/status +344+ RESPONSE_RAW='{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","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\": \"c74b5606-825a-4770-b9db-607d79eb0cdf\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg\",\n \"uploadDate\": \"2024-05-02T10:27:42.353Z\",\n \"sha256\": \"189bebadd860f3834232edab99b7132c084a95b069d7df31774a62fff64d5169\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b5a86edcb14600357bf8c5c168fc77693a8af0e\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d92ba8c6cbdd870c135692c5d92658c876b82e5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.x86_64_4.32.0.20240502-0721/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9517a970b176bde72cd73887e2587a3574716110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202404271024.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"50fc9467b481470c338dc43a127237b8707906e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202404271024.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"40608b0985fcc6a6c19972208b5cb65c1af0ea6a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6934a02a15f0a67c1e58cf0b19feee828ad360d6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dd9cfb912acc0ee8e137d9d841a2dcd62c6dc3e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d05337058ff069045bfdbe0c903cccd5e6be9cff\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a678702718088d6722b354cfc41a39c33e780c44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4cd63ba153c62631630a11716bdd007fba863065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"230f835ee00d93c808df43d0c2991635e80e63a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9498519d56e66afbc98652661d338edd66a0e4c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b909a667f52716ac4263b8097072a85066bc7d23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f53a30c10008284e16acc1158381119b2463084\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"221287cc2221f20ec84c875388b7a239b06304d0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"829d0d770326ae7073f74579bf678eac3c4828bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0afdad31f5216b285a02d8a790021d33668c89f9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26455017ff930a947b3886eeabed2cc462355cb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1b702166e0355241d63314f57d901f39f13bac0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99175cdd438e9155db559ba8389441297b93986c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df7980d9033f04fb2a6341bcd93a729411129a27\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"888c55093caeb579a852e764aeb69420c7d398b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"597b23ed4e29196566607e54893ec9cf410e669a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d92ba8c6cbdd870c135692c5d92658c876b82e5\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++344+ head -n1 +344+ RESPONSE='{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","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\": \"c74b5606-825a-4770-b9db-607d79eb0cdf\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg\",\n \"uploadDate\": \"2024-05-02T10:27:42.353Z\",\n \"sha256\": \"189bebadd860f3834232edab99b7132c084a95b069d7df31774a62fff64d5169\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b5a86edcb14600357bf8c5c168fc77693a8af0e\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d92ba8c6cbdd870c135692c5d92658c876b82e5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.x86_64_4.32.0.20240502-0721/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9517a970b176bde72cd73887e2587a3574716110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202404271024.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"50fc9467b481470c338dc43a127237b8707906e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202404271024.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"40608b0985fcc6a6c19972208b5cb65c1af0ea6a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6934a02a15f0a67c1e58cf0b19feee828ad360d6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dd9cfb912acc0ee8e137d9d841a2dcd62c6dc3e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d05337058ff069045bfdbe0c903cccd5e6be9cff\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a678702718088d6722b354cfc41a39c33e780c44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4cd63ba153c62631630a11716bdd007fba863065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"230f835ee00d93c808df43d0c2991635e80e63a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9498519d56e66afbc98652661d338edd66a0e4c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b909a667f52716ac4263b8097072a85066bc7d23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f53a30c10008284e16acc1158381119b2463084\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"221287cc2221f20ec84c875388b7a239b06304d0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"829d0d770326ae7073f74579bf678eac3c4828bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0afdad31f5216b285a02d8a790021d33668c89f9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26455017ff930a947b3886eeabed2cc462355cb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1b702166e0355241d63314f57d901f39f13bac0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99175cdd438e9155db559ba8389441297b93986c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df7980d9033f04fb2a6341bcd93a729411129a27\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"888c55093caeb579a852e764aeb69420c7d398b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"597b23ed4e29196566607e54893ec9cf410e669a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d92ba8c6cbdd870c135692c5d92658c876b82e5\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++344+ tail -n1 +344+ STATUS_CODE=200 ++344+ jq -r .notarizationStatus.status ++344+ echo '{"uuid":"11ae55c7-af43-4874-9443-03f3f4416fab","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\":' '\"c74b5606-825a-4770-b9db-607d79eb0cdf\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg\",\n' '\"uploadDate\":' '\"2024-05-02T10:27:42.353Z\",\n' '\"sha256\":' '\"189bebadd860f3834232edab99b7132c084a95b069d7df31774a62fff64d5169\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0b5a86edcb14600357bf8c5c168fc77693a8af0e\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2d92ba8c6cbdd870c135692c5d92658c876b82e5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.x86_64_4.32.0.20240502-0721/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00fda142f82025ddc29a3ff87f899862c2236492\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9517a970b176bde72cd73887e2587a3574716110\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202404271024.jar/os/macosx/aarch64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"50fc9467b481470c338dc43a127237b8707906e4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202404271024.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"40608b0985fcc6a6c19972208b5cb65c1af0ea6a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6934a02a15f0a67c1e58cf0b19feee828ad360d6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dd9cfb912acc0ee8e137d9d841a2dcd62c6dc3e4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d05337058ff069045bfdbe0c903cccd5e6be9cff\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a678702718088d6722b354cfc41a39c33e780c44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4cd63ba153c62631630a11716bdd007fba863065\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"230f835ee00d93c808df43d0c2991635e80e63a3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9498519d56e66afbc98652661d338edd66a0e4c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b909a667f52716ac4263b8097072a85066bc7d23\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f53a30c10008284e16acc1158381119b2463084\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"221287cc2221f20ec84c875388b7a239b06304d0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"829d0d770326ae7073f74579bf678eac3c4828bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0afdad31f5216b285a02d8a790021d33668c89f9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26455017ff930a947b3886eeabed2cc462355cb2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1b702166e0355241d63314f57d901f39f13bac0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99175cdd438e9155db559ba8389441297b93986c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"df7980d9033f04fb2a6341bcd93a729411129a27\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"888c55093caeb579a852e764aeb69420c7d398b5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"597b23ed4e29196566607e54893ec9cf410e669a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64-5907158445932537929.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2d92ba8c6cbdd870c135692c5d92658c876b82e5\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +344+ STATUS=COMPLETE +344+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +344+ [[ 200 == \5\0\3 ]] +344+ [[ 200 == \5\0\2 ]] +344+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +344+ break +344+ rm eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64.dmg +344+ curl -JO https://cbi.eclipse.org/macos/xcrun/11ae55c7-af43-4874-9443-03f3f4416fab/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 38.4M 0 38.4M 0 0 86.8M 0 --:--:-- --:--:-- --:--:-- 86.6M++844+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9386617-8178-4c08-b848-8c4ae79be7fc/status 100 124M 0 124M 0 0 86.1M 0 --:--:-- 0:00:01 --:--:-- 86.0M+844+ RESPONSE_RAW='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++844+ head -n1 +844+ RESPONSE='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++844+ tail -n1 +844+ STATUS_CODE=200 ++844+ echo '{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++844+ jq -r .notarizationStatus.status +844+ STATUS=IN_PROGRESS +844+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +844+ sleep 1m 100 196M 0 196M 0 0 80.5M 0 --:--:-- 0:00:02 --:--:-- 80.5M 100 270M 0 270M 0 0 78.6M 0 --:--:-- 0:00:03 --:--:-- 78.5M 100 352M 0 352M 0 0 79.2M 0 --:--:-- 0:00:04 --:--:-- 79.2M 100 391M 0 391M 0 0 79.0M 0 --:--:-- 0:00:04 --:--:-- 78.3M curl: Saved to filename 'eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64.dmg' +344+ cp -vf eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64.dmg 'eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64.dmg' ++344+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64.dmg +344+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++344+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64.dmg +344+ b=eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64.dmg +344+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +344+ md5sum eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64.dmg ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5/status +658+ RESPONSE_RAW='{"uuid":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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 +344+ sha1sum eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64.dmg ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/50a174bd-bf60-4dbe-a940-aeff258fea44/status +248+ RESPONSE_RAW='{"uuid":"50a174bd-bf60-4dbe-a940-aeff258fea44","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":"50a174bd-bf60-4dbe-a940-aeff258fea44","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":"50a174bd-bf60-4dbe-a940-aeff258fea44","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 +344+ sha512sum -b eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64.dmg +344+ rm eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +344+ rm -f eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5 +344+ rm -f eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +344+ rm -f eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/836bb1a1-720c-4524-a525-dba6a5700e91/status +502+ RESPONSE_RAW='{"uuid":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c875cac9-31d9-4f03-8730-38f1c3af7252/status +182+ RESPONSE_RAW='{"uuid":"c875cac9-31d9-4f03-8730-38f1c3af7252","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":"c875cac9-31d9-4f03-8730-38f1c3af7252","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":"c875cac9-31d9-4f03-8730-38f1c3af7252","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+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/06ff2f75-3a2b-40d6-ad14-d67727a50f18/status +376+ RESPONSE_RAW='{"uuid":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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/ad7f8710-ae46-453e-bcda-9ae40acc6f56/status +906+ RESPONSE_RAW='{"uuid":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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 ++564+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1344ea29-183d-413b-b67e-eead0056e7f6/status +564+ RESPONSE_RAW='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++564+ head -n1 +564+ RESPONSE='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++564+ tail -n1 +564+ STATUS_CODE=200 ++564+ echo '{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++564+ jq -r .notarizationStatus.status +564+ STATUS=IN_PROGRESS +564+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +564+ sleep 1m ++978+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d7ea653d-cb0f-447b-ba31-4e73012f4190/status +978+ RESPONSE_RAW='{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++978+ head -n1 +978+ RESPONSE='{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++978+ tail -n1 +978+ STATUS_CODE=200 ++978+ echo '{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++978+ jq -r .notarizationStatus.status +978+ STATUS=IN_PROGRESS +978+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +978+ sleep 1m ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3c1185b2-8c2f-42e8-a9c5-1dff444e0aea/status +418+ RESPONSE_RAW='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3053e8ed-c850-4c7b-bec8-32409f30f05e/status +204+ RESPONSE_RAW='{"uuid":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ec16069a-2a4a-4e79-b27c-fc54c02df6e0/status +302+ RESPONSE_RAW='{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m ++772+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/90ab5bc3-bd04-4dfd-9c38-779fb9d687fb/status +772+ RESPONSE_RAW='{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++772+ head -n1 +772+ RESPONSE='{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++772+ tail -n1 +772+ STATUS_CODE=200 ++772+ echo '{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++772+ jq -r .notarizationStatus.status +772+ STATUS=IN_PROGRESS +772+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +772+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/509e418c-2a7d-4f75-a522-dca3aa295c49/status +226+ RESPONSE_RAW='{"uuid":"509e418c-2a7d-4f75-a522-dca3aa295c49","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":"509e418c-2a7d-4f75-a522-dca3aa295c49","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":"509e418c-2a7d-4f75-a522-dca3aa295c49","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/9de0b02b-f693-4031-8f06-017ea804231a/status +606+ RESPONSE_RAW='{"uuid":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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 ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/13318cb9-b86d-4058-8262-dfe3b5cfff05/status +460+ RESPONSE_RAW='{"uuid":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e0d89e5-f0e7-45f1-9712-2840315d2e54/status +1050+ RESPONSE_RAW='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++844+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9386617-8178-4c08-b848-8c4ae79be7fc/status +844+ RESPONSE_RAW='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++844+ head -n1 +844+ RESPONSE='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++844+ tail -n1 +844+ STATUS_CODE=200 ++844+ echo '{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++844+ jq -r .notarizationStatus.status +844+ STATUS=IN_PROGRESS +844+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +844+ sleep 1m ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5/status +658+ RESPONSE_RAW='{"uuid":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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 ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/50a174bd-bf60-4dbe-a940-aeff258fea44/status +248+ RESPONSE_RAW='{"uuid":"50a174bd-bf60-4dbe-a940-aeff258fea44","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":"50a174bd-bf60-4dbe-a940-aeff258fea44","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":"50a174bd-bf60-4dbe-a940-aeff258fea44","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++248+ jq -r .notarizationStatus.status +248+ STATUS=IN_PROGRESS +248+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +248+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/836bb1a1-720c-4524-a525-dba6a5700e91/status +502+ RESPONSE_RAW='{"uuid":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c875cac9-31d9-4f03-8730-38f1c3af7252/status +182+ RESPONSE_RAW='{"uuid":"c875cac9-31d9-4f03-8730-38f1c3af7252","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":"c875cac9-31d9-4f03-8730-38f1c3af7252","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":"c875cac9-31d9-4f03-8730-38f1c3af7252","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+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/06ff2f75-3a2b-40d6-ad14-d67727a50f18/status +376+ RESPONSE_RAW='{"uuid":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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/ad7f8710-ae46-453e-bcda-9ae40acc6f56/status +906+ RESPONSE_RAW='{"uuid":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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 ++564+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1344ea29-183d-413b-b67e-eead0056e7f6/status +564+ RESPONSE_RAW='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++564+ head -n1 +564+ RESPONSE='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++564+ tail -n1 +564+ STATUS_CODE=200 ++564+ echo '{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++564+ jq -r .notarizationStatus.status +564+ STATUS=IN_PROGRESS +564+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +564+ sleep 1m ++978+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d7ea653d-cb0f-447b-ba31-4e73012f4190/status +978+ RESPONSE_RAW='{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++978+ head -n1 +978+ RESPONSE='{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++978+ tail -n1 +978+ STATUS_CODE=200 ++978+ echo '{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++978+ jq -r .notarizationStatus.status +978+ STATUS=IN_PROGRESS +978+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +978+ sleep 1m ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3c1185b2-8c2f-42e8-a9c5-1dff444e0aea/status +418+ RESPONSE_RAW='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3053e8ed-c850-4c7b-bec8-32409f30f05e/status +204+ RESPONSE_RAW='{"uuid":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ec16069a-2a4a-4e79-b27c-fc54c02df6e0/status +302+ RESPONSE_RAW='{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m ++772+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/90ab5bc3-bd04-4dfd-9c38-779fb9d687fb/status +772+ RESPONSE_RAW='{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++772+ head -n1 +772+ RESPONSE='{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++772+ tail -n1 +772+ STATUS_CODE=200 ++772+ echo '{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++772+ jq -r .notarizationStatus.status +772+ STATUS=IN_PROGRESS +772+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +772+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/509e418c-2a7d-4f75-a522-dca3aa295c49/status +226+ RESPONSE_RAW='{"uuid":"509e418c-2a7d-4f75-a522-dca3aa295c49","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":"509e418c-2a7d-4f75-a522-dca3aa295c49","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":"509e418c-2a7d-4f75-a522-dca3aa295c49","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/9de0b02b-f693-4031-8f06-017ea804231a/status +606+ RESPONSE_RAW='{"uuid":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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 ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/13318cb9-b86d-4058-8262-dfe3b5cfff05/status +460+ RESPONSE_RAW='{"uuid":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e0d89e5-f0e7-45f1-9712-2840315d2e54/status +1050+ RESPONSE_RAW='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++844+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9386617-8178-4c08-b848-8c4ae79be7fc/status +844+ RESPONSE_RAW='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++844+ head -n1 +844+ RESPONSE='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++844+ tail -n1 +844+ STATUS_CODE=200 ++844+ echo '{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++844+ jq -r .notarizationStatus.status +844+ STATUS=IN_PROGRESS +844+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +844+ sleep 1m ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5/status +658+ RESPONSE_RAW='{"uuid":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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 ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/50a174bd-bf60-4dbe-a940-aeff258fea44/status +248+ RESPONSE_RAW='{"uuid":"50a174bd-bf60-4dbe-a940-aeff258fea44","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":"50a174bd-bf60-4dbe-a940-aeff258fea44","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":"50a174bd-bf60-4dbe-a940-aeff258fea44","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++248+ jq -r .notarizationStatus.status +248+ STATUS=IN_PROGRESS +248+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +248+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/836bb1a1-720c-4524-a525-dba6a5700e91/status +502+ RESPONSE_RAW='{"uuid":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c875cac9-31d9-4f03-8730-38f1c3af7252/status +182+ RESPONSE_RAW='{"uuid":"c875cac9-31d9-4f03-8730-38f1c3af7252","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":"c875cac9-31d9-4f03-8730-38f1c3af7252","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":"c875cac9-31d9-4f03-8730-38f1c3af7252","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+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/06ff2f75-3a2b-40d6-ad14-d67727a50f18/status +376+ RESPONSE_RAW='{"uuid":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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\": \"209b810e-7297-493d-bea1-871e2372d3a4\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg\",\n \"uploadDate\": \"2024-05-02T10:28:02.616Z\",\n \"sha256\": \"8a3d36e0061a6008ca172c735594562d0bcb759166fbde93e1c53f2fd4b17d5b\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8db45ea2dda4c6619b2b143c79879eeebdeb9bb4\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1f79ac0422347f2e329d049ba2a52d4b460642f8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.aarch64_4.32.0.20240502-0721/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9517a970b176bde72cd73887e2587a3574716110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e75db07b4a780a4a3ca6b5f09b4b570025c61360\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"311fbf36e0faf69ad47e500ccdf9313ab54820aa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a40d382b16e9c93e89b7cdc5b4d44d4cf0951fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ee1390bac3aac18f9089c4744a742477158b1af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48aff537996048403a657ca3651c35b6e7dad18a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd60513572c0ac340c79494a8883607242b6442b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e8201cca40596294188cd2df95e27bbc27940f25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bb245c57e04dc229f1268a96aead5147247e41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf55166731342d0a65a6db3d53af4685a6989eae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c75665e4e8b555189c386b732164457e7b80ecb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb73a1bbd201c8a94927954d788373915491fc8e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecc25763935731c2bb4ed89545e95ca212329c57\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d322de95f588e486586106fb3adb7a232d3a727\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332b1856c718286e35df1ccc759286c63db7bc45\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15ce7577d3c990127085b8dea8174d740ec272ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90afc4edfee1782468fdec5cab180a7533d17aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ee8371af06189c4ba625d243b39788e73ae23401\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9f75fff6e0ce189bf1080663643a45742c85625\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"250670496974f7410a847531817b05c93421a50b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec72f9cc99370be1a2451258935cd31804791a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f186477e2121d809ee7726a77eddf0a9423734c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aedefb1ea0fd7715dca5337919eea223c053d604\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"662eeac930979eba6cc5183183417bce3445adc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f06a9a1117f6dcce48511e37da416126a39154\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459225ef2de331f6eb0d34425525db993e881ba8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"064850ce36f634d352d932fb9cd756bed17d3efb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"921731a090f37de78c45152302ed554449d3e963\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1f79ac0422347f2e329d049ba2a52d4b460642f8\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++376+ head -n1 +376+ RESPONSE='{"uuid":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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\": \"209b810e-7297-493d-bea1-871e2372d3a4\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg\",\n \"uploadDate\": \"2024-05-02T10:28:02.616Z\",\n \"sha256\": \"8a3d36e0061a6008ca172c735594562d0bcb759166fbde93e1c53f2fd4b17d5b\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8db45ea2dda4c6619b2b143c79879eeebdeb9bb4\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1f79ac0422347f2e329d049ba2a52d4b460642f8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.aarch64_4.32.0.20240502-0721/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9517a970b176bde72cd73887e2587a3574716110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e75db07b4a780a4a3ca6b5f09b4b570025c61360\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"311fbf36e0faf69ad47e500ccdf9313ab54820aa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a40d382b16e9c93e89b7cdc5b4d44d4cf0951fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ee1390bac3aac18f9089c4744a742477158b1af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48aff537996048403a657ca3651c35b6e7dad18a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd60513572c0ac340c79494a8883607242b6442b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e8201cca40596294188cd2df95e27bbc27940f25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bb245c57e04dc229f1268a96aead5147247e41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf55166731342d0a65a6db3d53af4685a6989eae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c75665e4e8b555189c386b732164457e7b80ecb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb73a1bbd201c8a94927954d788373915491fc8e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecc25763935731c2bb4ed89545e95ca212329c57\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d322de95f588e486586106fb3adb7a232d3a727\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332b1856c718286e35df1ccc759286c63db7bc45\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15ce7577d3c990127085b8dea8174d740ec272ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90afc4edfee1782468fdec5cab180a7533d17aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ee8371af06189c4ba625d243b39788e73ae23401\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9f75fff6e0ce189bf1080663643a45742c85625\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"250670496974f7410a847531817b05c93421a50b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec72f9cc99370be1a2451258935cd31804791a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f186477e2121d809ee7726a77eddf0a9423734c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aedefb1ea0fd7715dca5337919eea223c053d604\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"662eeac930979eba6cc5183183417bce3445adc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f06a9a1117f6dcce48511e37da416126a39154\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459225ef2de331f6eb0d34425525db993e881ba8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"064850ce36f634d352d932fb9cd756bed17d3efb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"921731a090f37de78c45152302ed554449d3e963\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1f79ac0422347f2e329d049ba2a52d4b460642f8\",\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":"06ff2f75-3a2b-40d6-ad14-d67727a50f18","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\":' '\"209b810e-7297-493d-bea1-871e2372d3a4\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg\",\n' '\"uploadDate\":' '\"2024-05-02T10:28:02.616Z\",\n' '\"sha256\":' '\"8a3d36e0061a6008ca172c735594562d0bcb759166fbde93e1c53f2fd4b17d5b\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8db45ea2dda4c6619b2b143c79879eeebdeb9bb4\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1f79ac0422347f2e329d049ba2a52d4b460642f8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.aarch64_4.32.0.20240502-0721/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9517a970b176bde72cd73887e2587a3574716110\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e75db07b4a780a4a3ca6b5f09b4b570025c61360\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"311fbf36e0faf69ad47e500ccdf9313ab54820aa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7a40d382b16e9c93e89b7cdc5b4d44d4cf0951fa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4ee1390bac3aac18f9089c4744a742477158b1af\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"48aff537996048403a657ca3651c35b6e7dad18a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cd60513572c0ac340c79494a8883607242b6442b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e8201cca40596294188cd2df95e27bbc27940f25\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bb245c57e04dc229f1268a96aead5147247e41\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf55166731342d0a65a6db3d53af4685a6989eae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c75665e4e8b555189c386b732164457e7b80ecb9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eb73a1bbd201c8a94927954d788373915491fc8e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ecc25763935731c2bb4ed89545e95ca212329c57\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2d322de95f588e486586106fb3adb7a232d3a727\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"332b1856c718286e35df1ccc759286c63db7bc45\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"15ce7577d3c990127085b8dea8174d740ec272ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90afc4edfee1782468fdec5cab180a7533d17aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ee8371af06189c4ba625d243b39788e73ae23401\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9f75fff6e0ce189bf1080663643a45742c85625\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"250670496974f7410a847531817b05c93421a50b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ec72f9cc99370be1a2451258935cd31804791a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f186477e2121d809ee7726a77eddf0a9423734c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aedefb1ea0fd7715dca5337919eea223c053d604\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"662eeac930979eba6cc5183183417bce3445adc0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6f06a9a1117f6dcce48511e37da416126a39154\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"459225ef2de331f6eb0d34425525db993e881ba8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"064850ce36f634d352d932fb9cd756bed17d3efb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"921731a090f37de78c45152302ed554449d3e963\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-aarch64-10321585307644319361.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1f79ac0422347f2e329d049ba2a52d4b460642f8\",\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-scout-2024-06-M2-macosx-cocoa-aarch64.dmg +376+ curl -JO https://cbi.eclipse.org/macos/xcrun/06ff2f75-3a2b-40d6-ad14-d67727a50f18/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 2914k 0 2914k 0 0 28.4M 0 --:--:-- --:--:-- --:--:-- 28.1M 100 76.1M 0 76.1M 0 0 69.1M 0 --:--:-- 0:00:01 --:--:-- 69.1M 100 155M 0 155M 0 0 74.0M 0 --:--:-- 0:00:02 --:--:-- 74.0M 100 241M 0 241M 0 0 78.0M 0 --:--:-- 0:00:03 --:--:-- 78.0M++906+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ad7f8710-ae46-453e-bcda-9ae40acc6f56/status +906+ RESPONSE_RAW='{"uuid":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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 316M 0 316M 0 0 77.2M 0 --:--:-- 0:00:04 --:--:-- 77.2M 100 390M 0 390M 0 0 76.5M 0 --:--:-- 0:00:05 --:--:-- 77.5M 100 402M 0 402M 0 0 76.7M 0 --:--:-- 0:00:05 --:--:-- 78.7M curl: Saved to filename 'eclipse-scout-2024-06-M2-macosx-cocoa-aarch64.dmg' +376+ cp -vf eclipse-scout-2024-06-M2-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-M2-macosx-cocoa-aarch64.dmg 'eclipse-scout-2024-06-M2-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-M2-macosx-cocoa-aarch64.dmg' ++376+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-M2-macosx-cocoa-aarch64.dmg +376+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++376+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-M2-macosx-cocoa-aarch64.dmg +376+ b=eclipse-scout-2024-06-M2-macosx-cocoa-aarch64.dmg +376+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +376+ md5sum eclipse-scout-2024-06-M2-macosx-cocoa-aarch64.dmg +376+ sha1sum eclipse-scout-2024-06-M2-macosx-cocoa-aarch64.dmg +376+ sha512sum -b eclipse-scout-2024-06-M2-macosx-cocoa-aarch64.dmg +376+ rm eclipse-scout-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize +376+ rm -f eclipse-scout-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.md5 +376+ rm -f eclipse-scout-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +376+ rm -f eclipse-scout-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++564+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1344ea29-183d-413b-b67e-eead0056e7f6/status +564+ RESPONSE_RAW='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++564+ head -n1 +564+ RESPONSE='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++564+ tail -n1 +564+ STATUS_CODE=200 ++564+ echo '{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++564+ jq -r .notarizationStatus.status +564+ STATUS=IN_PROGRESS +564+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +564+ sleep 1m ++978+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d7ea653d-cb0f-447b-ba31-4e73012f4190/status +978+ RESPONSE_RAW='{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++978+ head -n1 +978+ RESPONSE='{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++978+ tail -n1 +978+ STATUS_CODE=200 ++978+ echo '{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++978+ jq -r .notarizationStatus.status +978+ STATUS=IN_PROGRESS +978+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +978+ sleep 1m ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3c1185b2-8c2f-42e8-a9c5-1dff444e0aea/status +418+ RESPONSE_RAW='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3053e8ed-c850-4c7b-bec8-32409f30f05e/status +204+ RESPONSE_RAW='{"uuid":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ec16069a-2a4a-4e79-b27c-fc54c02df6e0/status +302+ RESPONSE_RAW='{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m ++772+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/90ab5bc3-bd04-4dfd-9c38-779fb9d687fb/status +772+ RESPONSE_RAW='{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++772+ head -n1 +772+ RESPONSE='{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++772+ tail -n1 +772+ STATUS_CODE=200 ++772+ echo '{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++772+ jq -r .notarizationStatus.status +772+ STATUS=IN_PROGRESS +772+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +772+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/509e418c-2a7d-4f75-a522-dca3aa295c49/status +226+ RESPONSE_RAW='{"uuid":"509e418c-2a7d-4f75-a522-dca3aa295c49","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":"509e418c-2a7d-4f75-a522-dca3aa295c49","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":"509e418c-2a7d-4f75-a522-dca3aa295c49","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/9de0b02b-f693-4031-8f06-017ea804231a/status +606+ RESPONSE_RAW='{"uuid":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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 ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/13318cb9-b86d-4058-8262-dfe3b5cfff05/status +460+ RESPONSE_RAW='{"uuid":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e0d89e5-f0e7-45f1-9712-2840315d2e54/status +1050+ RESPONSE_RAW='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++844+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9386617-8178-4c08-b848-8c4ae79be7fc/status +844+ RESPONSE_RAW='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++844+ head -n1 +844+ RESPONSE='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++844+ tail -n1 +844+ STATUS_CODE=200 ++844+ echo '{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++844+ jq -r .notarizationStatus.status +844+ STATUS=IN_PROGRESS +844+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +844+ sleep 1m ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5/status +658+ RESPONSE_RAW='{"uuid":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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 ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/50a174bd-bf60-4dbe-a940-aeff258fea44/status +248+ RESPONSE_RAW='{"uuid":"50a174bd-bf60-4dbe-a940-aeff258fea44","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":"50a174bd-bf60-4dbe-a940-aeff258fea44","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":"50a174bd-bf60-4dbe-a940-aeff258fea44","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++248+ jq -r .notarizationStatus.status +248+ STATUS=IN_PROGRESS +248+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +248+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/836bb1a1-720c-4524-a525-dba6a5700e91/status +502+ RESPONSE_RAW='{"uuid":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c875cac9-31d9-4f03-8730-38f1c3af7252/status +182+ RESPONSE_RAW='{"uuid":"c875cac9-31d9-4f03-8730-38f1c3af7252","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":"c875cac9-31d9-4f03-8730-38f1c3af7252","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":"c875cac9-31d9-4f03-8730-38f1c3af7252","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 ++906+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ad7f8710-ae46-453e-bcda-9ae40acc6f56/status +906+ RESPONSE_RAW='{"uuid":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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 ++564+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1344ea29-183d-413b-b67e-eead0056e7f6/status +564+ RESPONSE_RAW='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++564+ head -n1 +564+ RESPONSE='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++564+ tail -n1 +564+ STATUS_CODE=200 ++564+ echo '{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++564+ jq -r .notarizationStatus.status +564+ STATUS=IN_PROGRESS +564+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +564+ sleep 1m ++978+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d7ea653d-cb0f-447b-ba31-4e73012f4190/status +978+ RESPONSE_RAW='{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++978+ head -n1 +978+ RESPONSE='{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++978+ tail -n1 +978+ STATUS_CODE=200 ++978+ echo '{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++978+ jq -r .notarizationStatus.status +978+ STATUS=IN_PROGRESS +978+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +978+ sleep 1m ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3c1185b2-8c2f-42e8-a9c5-1dff444e0aea/status +418+ RESPONSE_RAW='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3053e8ed-c850-4c7b-bec8-32409f30f05e/status +204+ RESPONSE_RAW='{"uuid":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ec16069a-2a4a-4e79-b27c-fc54c02df6e0/status +302+ RESPONSE_RAW='{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m ++772+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/90ab5bc3-bd04-4dfd-9c38-779fb9d687fb/status +772+ RESPONSE_RAW='{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++772+ head -n1 +772+ RESPONSE='{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++772+ tail -n1 +772+ STATUS_CODE=200 ++772+ echo '{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++772+ jq -r .notarizationStatus.status +772+ STATUS=IN_PROGRESS +772+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +772+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/509e418c-2a7d-4f75-a522-dca3aa295c49/status +226+ RESPONSE_RAW='{"uuid":"509e418c-2a7d-4f75-a522-dca3aa295c49","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":"509e418c-2a7d-4f75-a522-dca3aa295c49","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":"509e418c-2a7d-4f75-a522-dca3aa295c49","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/9de0b02b-f693-4031-8f06-017ea804231a/status +606+ RESPONSE_RAW='{"uuid":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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 ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/13318cb9-b86d-4058-8262-dfe3b5cfff05/status +460+ RESPONSE_RAW='{"uuid":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e0d89e5-f0e7-45f1-9712-2840315d2e54/status +1050+ RESPONSE_RAW='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++844+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9386617-8178-4c08-b848-8c4ae79be7fc/status +844+ RESPONSE_RAW='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++844+ head -n1 +844+ RESPONSE='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++844+ tail -n1 +844+ STATUS_CODE=200 ++844+ echo '{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++844+ jq -r .notarizationStatus.status +844+ STATUS=IN_PROGRESS +844+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +844+ sleep 1m ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5/status +658+ RESPONSE_RAW='{"uuid":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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 ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/50a174bd-bf60-4dbe-a940-aeff258fea44/status +248+ RESPONSE_RAW='{"uuid":"50a174bd-bf60-4dbe-a940-aeff258fea44","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":"50a174bd-bf60-4dbe-a940-aeff258fea44","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":"50a174bd-bf60-4dbe-a940-aeff258fea44","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++248+ jq -r .notarizationStatus.status +248+ STATUS=IN_PROGRESS +248+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +248+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/836bb1a1-720c-4524-a525-dba6a5700e91/status +502+ RESPONSE_RAW='{"uuid":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c875cac9-31d9-4f03-8730-38f1c3af7252/status +182+ RESPONSE_RAW='{"uuid":"c875cac9-31d9-4f03-8730-38f1c3af7252","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":"c875cac9-31d9-4f03-8730-38f1c3af7252","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":"c875cac9-31d9-4f03-8730-38f1c3af7252","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 ++906+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ad7f8710-ae46-453e-bcda-9ae40acc6f56/status +906+ RESPONSE_RAW='{"uuid":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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 ++564+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1344ea29-183d-413b-b67e-eead0056e7f6/status +564+ RESPONSE_RAW='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++564+ head -n1 +564+ RESPONSE='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++564+ tail -n1 +564+ STATUS_CODE=200 ++564+ echo '{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++564+ jq -r .notarizationStatus.status +564+ STATUS=IN_PROGRESS +564+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +564+ sleep 1m ++978+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d7ea653d-cb0f-447b-ba31-4e73012f4190/status +978+ RESPONSE_RAW='{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++978+ head -n1 +978+ RESPONSE='{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++978+ tail -n1 +978+ STATUS_CODE=200 ++978+ echo '{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++978+ jq -r .notarizationStatus.status +978+ STATUS=IN_PROGRESS +978+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +978+ sleep 1m ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3c1185b2-8c2f-42e8-a9c5-1dff444e0aea/status +418+ RESPONSE_RAW='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3053e8ed-c850-4c7b-bec8-32409f30f05e/status +204+ RESPONSE_RAW='{"uuid":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ec16069a-2a4a-4e79-b27c-fc54c02df6e0/status +302+ RESPONSE_RAW='{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m ++772+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/90ab5bc3-bd04-4dfd-9c38-779fb9d687fb/status +772+ RESPONSE_RAW='{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++772+ head -n1 +772+ RESPONSE='{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++772+ tail -n1 +772+ STATUS_CODE=200 ++772+ echo '{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++772+ jq -r .notarizationStatus.status +772+ STATUS=IN_PROGRESS +772+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +772+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/509e418c-2a7d-4f75-a522-dca3aa295c49/status +226+ RESPONSE_RAW='{"uuid":"509e418c-2a7d-4f75-a522-dca3aa295c49","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":"509e418c-2a7d-4f75-a522-dca3aa295c49","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":"509e418c-2a7d-4f75-a522-dca3aa295c49","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/9de0b02b-f693-4031-8f06-017ea804231a/status +606+ RESPONSE_RAW='{"uuid":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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 ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/13318cb9-b86d-4058-8262-dfe3b5cfff05/status +460+ RESPONSE_RAW='{"uuid":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e0d89e5-f0e7-45f1-9712-2840315d2e54/status +1050+ RESPONSE_RAW='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++844+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9386617-8178-4c08-b848-8c4ae79be7fc/status +844+ RESPONSE_RAW='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++844+ head -n1 +844+ RESPONSE='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++844+ tail -n1 +844+ STATUS_CODE=200 ++844+ echo '{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++844+ jq -r .notarizationStatus.status +844+ STATUS=IN_PROGRESS +844+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +844+ sleep 1m ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5/status +658+ RESPONSE_RAW='{"uuid":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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 ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/50a174bd-bf60-4dbe-a940-aeff258fea44/status +248+ RESPONSE_RAW='{"uuid":"50a174bd-bf60-4dbe-a940-aeff258fea44","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":"50a174bd-bf60-4dbe-a940-aeff258fea44","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":"50a174bd-bf60-4dbe-a940-aeff258fea44","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++248+ jq -r .notarizationStatus.status +248+ STATUS=IN_PROGRESS +248+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +248+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/836bb1a1-720c-4524-a525-dba6a5700e91/status +502+ RESPONSE_RAW='{"uuid":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c875cac9-31d9-4f03-8730-38f1c3af7252/status +182+ RESPONSE_RAW='{"uuid":"c875cac9-31d9-4f03-8730-38f1c3af7252","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":"c875cac9-31d9-4f03-8730-38f1c3af7252","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":"c875cac9-31d9-4f03-8730-38f1c3af7252","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 ++906+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ad7f8710-ae46-453e-bcda-9ae40acc6f56/status +906+ RESPONSE_RAW='{"uuid":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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 ++564+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1344ea29-183d-413b-b67e-eead0056e7f6/status +564+ RESPONSE_RAW='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++564+ head -n1 +564+ RESPONSE='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++564+ tail -n1 +564+ STATUS_CODE=200 ++564+ echo '{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++564+ jq -r .notarizationStatus.status +564+ STATUS=IN_PROGRESS +564+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +564+ sleep 1m ++978+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d7ea653d-cb0f-447b-ba31-4e73012f4190/status +978+ RESPONSE_RAW='{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++978+ head -n1 +978+ RESPONSE='{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++978+ tail -n1 +978+ STATUS_CODE=200 ++978+ echo '{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++978+ jq -r .notarizationStatus.status +978+ STATUS=IN_PROGRESS +978+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +978+ sleep 1m ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3c1185b2-8c2f-42e8-a9c5-1dff444e0aea/status +418+ RESPONSE_RAW='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3053e8ed-c850-4c7b-bec8-32409f30f05e/status +204+ RESPONSE_RAW='{"uuid":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ec16069a-2a4a-4e79-b27c-fc54c02df6e0/status +302+ RESPONSE_RAW='{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","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\": \"a9a1b228-99ff-46db-a391-9e671d001804\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg\",\n \"uploadDate\": \"2024-05-02T10:27:50.039Z\",\n \"sha256\": \"6f7f43740a9e4ad62ac62111578f6f85b4ac9ab9df5dd13e4bcdd32efdd1b1fe\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf5dcd672882b7c1c6f83331bb1c5e8638728415\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1055c252fcabf77d9a0e60dee9b7a2185c37c725\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.x86_64_4.32.0.20240502-0721/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9517a970b176bde72cd73887e2587a3574716110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6934a02a15f0a67c1e58cf0b19feee828ad360d6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dd9cfb912acc0ee8e137d9d841a2dcd62c6dc3e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d05337058ff069045bfdbe0c903cccd5e6be9cff\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a678702718088d6722b354cfc41a39c33e780c44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4cd63ba153c62631630a11716bdd007fba863065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"230f835ee00d93c808df43d0c2991635e80e63a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9498519d56e66afbc98652661d338edd66a0e4c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b909a667f52716ac4263b8097072a85066bc7d23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f53a30c10008284e16acc1158381119b2463084\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"221287cc2221f20ec84c875388b7a239b06304d0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"829d0d770326ae7073f74579bf678eac3c4828bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0afdad31f5216b285a02d8a790021d33668c89f9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26455017ff930a947b3886eeabed2cc462355cb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1b702166e0355241d63314f57d901f39f13bac0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99175cdd438e9155db559ba8389441297b93986c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df7980d9033f04fb2a6341bcd93a729411129a27\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"888c55093caeb579a852e764aeb69420c7d398b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"597b23ed4e29196566607e54893ec9cf410e669a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1055c252fcabf77d9a0e60dee9b7a2185c37c725\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","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\": \"a9a1b228-99ff-46db-a391-9e671d001804\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg\",\n \"uploadDate\": \"2024-05-02T10:27:50.039Z\",\n \"sha256\": \"6f7f43740a9e4ad62ac62111578f6f85b4ac9ab9df5dd13e4bcdd32efdd1b1fe\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf5dcd672882b7c1c6f83331bb1c5e8638728415\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1055c252fcabf77d9a0e60dee9b7a2185c37c725\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.x86_64_4.32.0.20240502-0721/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9517a970b176bde72cd73887e2587a3574716110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6934a02a15f0a67c1e58cf0b19feee828ad360d6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dd9cfb912acc0ee8e137d9d841a2dcd62c6dc3e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d05337058ff069045bfdbe0c903cccd5e6be9cff\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a678702718088d6722b354cfc41a39c33e780c44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4cd63ba153c62631630a11716bdd007fba863065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"230f835ee00d93c808df43d0c2991635e80e63a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9498519d56e66afbc98652661d338edd66a0e4c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b909a667f52716ac4263b8097072a85066bc7d23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f53a30c10008284e16acc1158381119b2463084\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"221287cc2221f20ec84c875388b7a239b06304d0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"829d0d770326ae7073f74579bf678eac3c4828bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0afdad31f5216b285a02d8a790021d33668c89f9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26455017ff930a947b3886eeabed2cc462355cb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1b702166e0355241d63314f57d901f39f13bac0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99175cdd438e9155db559ba8389441297b93986c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df7980d9033f04fb2a6341bcd93a729411129a27\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"888c55093caeb579a852e764aeb69420c7d398b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"597b23ed4e29196566607e54893ec9cf410e669a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1055c252fcabf77d9a0e60dee9b7a2185c37c725\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ jq -r .notarizationStatus.status ++302+ echo '{"uuid":"ec16069a-2a4a-4e79-b27c-fc54c02df6e0","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\":' '\"a9a1b228-99ff-46db-a391-9e671d001804\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg\",\n' '\"uploadDate\":' '\"2024-05-02T10:27:50.039Z\",\n' '\"sha256\":' '\"6f7f43740a9e4ad62ac62111578f6f85b4ac9ab9df5dd13e4bcdd32efdd1b1fe\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf5dcd672882b7c1c6f83331bb1c5e8638728415\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1055c252fcabf77d9a0e60dee9b7a2185c37c725\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.x86_64_4.32.0.20240502-0721/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00fda142f82025ddc29a3ff87f899862c2236492\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9517a970b176bde72cd73887e2587a3574716110\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6934a02a15f0a67c1e58cf0b19feee828ad360d6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dd9cfb912acc0ee8e137d9d841a2dcd62c6dc3e4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d05337058ff069045bfdbe0c903cccd5e6be9cff\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a678702718088d6722b354cfc41a39c33e780c44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4cd63ba153c62631630a11716bdd007fba863065\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"230f835ee00d93c808df43d0c2991635e80e63a3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9498519d56e66afbc98652661d338edd66a0e4c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b909a667f52716ac4263b8097072a85066bc7d23\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f53a30c10008284e16acc1158381119b2463084\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"221287cc2221f20ec84c875388b7a239b06304d0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"829d0d770326ae7073f74579bf678eac3c4828bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0afdad31f5216b285a02d8a790021d33668c89f9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26455017ff930a947b3886eeabed2cc462355cb2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1b702166e0355241d63314f57d901f39f13bac0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99175cdd438e9155db559ba8389441297b93986c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"df7980d9033f04fb2a6341bcd93a729411129a27\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"888c55093caeb579a852e764aeb69420c7d398b5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"597b23ed4e29196566607e54893ec9cf410e669a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M2-macosx-cocoa-x86_64-902814289479944871.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1055c252fcabf77d9a0e60dee9b7a2185c37c725\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +302+ STATUS=COMPLETE +302+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ [[ 200 == \5\0\3 ]] +302+ [[ 200 == \5\0\2 ]] +302+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +302+ break +302+ rm eclipse-scout-2024-06-M2-macosx-cocoa-x86_64.dmg +302+ curl -JO https://cbi.eclipse.org/macos/xcrun/ec16069a-2a4a-4e79-b27c-fc54c02df6e0/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 53.0M 0 53.0M 0 0 85.2M 0 --:--:-- --:--:-- --:--:-- 85.0M 100 143M 0 143M 0 0 88.3M 0 --:--:-- 0:00:01 --:--:-- 88.2M++772+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/90ab5bc3-bd04-4dfd-9c38-779fb9d687fb/status +772+ RESPONSE_RAW='{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","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\": \"bdf3d72e-d0fb-4038-b3f2-7609facf10d3\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg\",\n \"uploadDate\": \"2024-05-02T10:30:11.456Z\",\n \"sha256\": \"890d0ade1fabe47d1bec6e69b658f63155fba1a44f2170cfdcf8a9dd75ea613a\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bcad253adbcc1e32d376379a617bf1404d28b095\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0dbe25d100141486f8d5b43c39d7a8d25936c9b8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.aarch64_4.32.0.20240502-0721/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9517a970b176bde72cd73887e2587a3574716110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e75db07b4a780a4a3ca6b5f09b4b570025c61360\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"311fbf36e0faf69ad47e500ccdf9313ab54820aa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a40d382b16e9c93e89b7cdc5b4d44d4cf0951fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ee1390bac3aac18f9089c4744a742477158b1af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48aff537996048403a657ca3651c35b6e7dad18a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd60513572c0ac340c79494a8883607242b6442b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e8201cca40596294188cd2df95e27bbc27940f25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bb245c57e04dc229f1268a96aead5147247e41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf55166731342d0a65a6db3d53af4685a6989eae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c75665e4e8b555189c386b732164457e7b80ecb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb73a1bbd201c8a94927954d788373915491fc8e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecc25763935731c2bb4ed89545e95ca212329c57\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d322de95f588e486586106fb3adb7a232d3a727\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332b1856c718286e35df1ccc759286c63db7bc45\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15ce7577d3c990127085b8dea8174d740ec272ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90afc4edfee1782468fdec5cab180a7533d17aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ee8371af06189c4ba625d243b39788e73ae23401\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9f75fff6e0ce189bf1080663643a45742c85625\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"250670496974f7410a847531817b05c93421a50b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec72f9cc99370be1a2451258935cd31804791a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f186477e2121d809ee7726a77eddf0a9423734c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aedefb1ea0fd7715dca5337919eea223c053d604\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"662eeac930979eba6cc5183183417bce3445adc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f06a9a1117f6dcce48511e37da416126a39154\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459225ef2de331f6eb0d34425525db993e881ba8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"064850ce36f634d352d932fb9cd756bed17d3efb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"921731a090f37de78c45152302ed554449d3e963\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0dbe25d100141486f8d5b43c39d7a8d25936c9b8\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++772+ head -n1 +772+ RESPONSE='{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","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\": \"bdf3d72e-d0fb-4038-b3f2-7609facf10d3\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg\",\n \"uploadDate\": \"2024-05-02T10:30:11.456Z\",\n \"sha256\": \"890d0ade1fabe47d1bec6e69b658f63155fba1a44f2170cfdcf8a9dd75ea613a\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bcad253adbcc1e32d376379a617bf1404d28b095\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0dbe25d100141486f8d5b43c39d7a8d25936c9b8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.aarch64_4.32.0.20240502-0721/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9517a970b176bde72cd73887e2587a3574716110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e75db07b4a780a4a3ca6b5f09b4b570025c61360\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"311fbf36e0faf69ad47e500ccdf9313ab54820aa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a40d382b16e9c93e89b7cdc5b4d44d4cf0951fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ee1390bac3aac18f9089c4744a742477158b1af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48aff537996048403a657ca3651c35b6e7dad18a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd60513572c0ac340c79494a8883607242b6442b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e8201cca40596294188cd2df95e27bbc27940f25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bb245c57e04dc229f1268a96aead5147247e41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf55166731342d0a65a6db3d53af4685a6989eae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c75665e4e8b555189c386b732164457e7b80ecb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb73a1bbd201c8a94927954d788373915491fc8e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecc25763935731c2bb4ed89545e95ca212329c57\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d322de95f588e486586106fb3adb7a232d3a727\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332b1856c718286e35df1ccc759286c63db7bc45\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15ce7577d3c990127085b8dea8174d740ec272ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90afc4edfee1782468fdec5cab180a7533d17aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ee8371af06189c4ba625d243b39788e73ae23401\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9f75fff6e0ce189bf1080663643a45742c85625\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"250670496974f7410a847531817b05c93421a50b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec72f9cc99370be1a2451258935cd31804791a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f186477e2121d809ee7726a77eddf0a9423734c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aedefb1ea0fd7715dca5337919eea223c053d604\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"662eeac930979eba6cc5183183417bce3445adc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f06a9a1117f6dcce48511e37da416126a39154\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459225ef2de331f6eb0d34425525db993e881ba8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"064850ce36f634d352d932fb9cd756bed17d3efb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"921731a090f37de78c45152302ed554449d3e963\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0dbe25d100141486f8d5b43c39d7a8d25936c9b8\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++772+ tail -n1 +772+ STATUS_CODE=200 ++772+ jq -r .notarizationStatus.status ++772+ echo '{"uuid":"90ab5bc3-bd04-4dfd-9c38-779fb9d687fb","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\":' '\"bdf3d72e-d0fb-4038-b3f2-7609facf10d3\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg\",\n' '\"uploadDate\":' '\"2024-05-02T10:30:11.456Z\",\n' '\"sha256\":' '\"890d0ade1fabe47d1bec6e69b658f63155fba1a44f2170cfdcf8a9dd75ea613a\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bcad253adbcc1e32d376379a617bf1404d28b095\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0dbe25d100141486f8d5b43c39d7a8d25936c9b8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.aarch64_4.32.0.20240502-0721/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9517a970b176bde72cd73887e2587a3574716110\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e75db07b4a780a4a3ca6b5f09b4b570025c61360\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"311fbf36e0faf69ad47e500ccdf9313ab54820aa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7a40d382b16e9c93e89b7cdc5b4d44d4cf0951fa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4ee1390bac3aac18f9089c4744a742477158b1af\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"48aff537996048403a657ca3651c35b6e7dad18a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cd60513572c0ac340c79494a8883607242b6442b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e8201cca40596294188cd2df95e27bbc27940f25\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bb245c57e04dc229f1268a96aead5147247e41\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf55166731342d0a65a6db3d53af4685a6989eae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c75665e4e8b555189c386b732164457e7b80ecb9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eb73a1bbd201c8a94927954d788373915491fc8e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ecc25763935731c2bb4ed89545e95ca212329c57\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2d322de95f588e486586106fb3adb7a232d3a727\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"332b1856c718286e35df1ccc759286c63db7bc45\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"15ce7577d3c990127085b8dea8174d740ec272ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90afc4edfee1782468fdec5cab180a7533d17aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ee8371af06189c4ba625d243b39788e73ae23401\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9f75fff6e0ce189bf1080663643a45742c85625\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"250670496974f7410a847531817b05c93421a50b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ec72f9cc99370be1a2451258935cd31804791a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f186477e2121d809ee7726a77eddf0a9423734c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aedefb1ea0fd7715dca5337919eea223c053d604\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"662eeac930979eba6cc5183183417bce3445adc0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6f06a9a1117f6dcce48511e37da416126a39154\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"459225ef2de331f6eb0d34425525db993e881ba8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"064850ce36f634d352d932fb9cd756bed17d3efb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"921731a090f37de78c45152302ed554449d3e963\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64-17444200390022457638.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0dbe25d100141486f8d5b43c39d7a8d25936c9b8\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +772+ STATUS=COMPLETE +772+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +772+ [[ 200 == \5\0\3 ]] +772+ [[ 200 == \5\0\2 ]] +772+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +772+ break +772+ rm eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64.dmg +772+ curl -JO https://cbi.eclipse.org/macos/xcrun/90ab5bc3-bd04-4dfd-9c38-779fb9d687fb/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 16.2M 0 16.2M 0 0 64.7M 0 --:--:-- --:--:-- --:--:-- 64.5M 100 231M 0 231M 0 0 88.3M 0 --:--:-- 0:00:02 --:--:-- 88.2M 100 278M 0 278M 0 0 76.9M 0 --:--:-- 0:00:03 --:--:-- 76.8M 100 61.6M 0 61.6M 0 0 49.2M 0 --:--:-- 0:00:01 --:--:-- 49.1M 100 330M 0 330M 0 0 71.4M 0 --:--:-- 0:00:04 --:--:-- 71.4M 100 109M 0 109M 0 0 48.5M 0 --:--:-- 0:00:02 --:--:-- 48.4M 100 387M 0 387M 0 0 68.9M 0 --:--:-- 0:00:05 --:--:-- 66.9M++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/509e418c-2a7d-4f75-a522-dca3aa295c49/status 100 154M 0 154M 0 0 47.5M 0 --:--:-- 0:00:03 --:--:-- 47.4M+226+ RESPONSE_RAW='{"uuid":"509e418c-2a7d-4f75-a522-dca3aa295c49","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\": \"d47e81f2-0221-4b2f-b3b3-f7d76dcc3faa\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg\",\n \"uploadDate\": \"2024-05-02T10:26:55.081Z\",\n \"sha256\": \"e13cfad578a9345129660cbec057400a8aa5fcd8cda71e69e1746106a4bdd682\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00c4c1040fb944ba853c60a126c4d72531b66060\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"993398b5905b7259b251dca0d845602a378060d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.x86_64_4.32.0.20240502-0721/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9517a970b176bde72cd73887e2587a3574716110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202404271024.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"50fc9467b481470c338dc43a127237b8707906e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202404271024.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"40608b0985fcc6a6c19972208b5cb65c1af0ea6a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6934a02a15f0a67c1e58cf0b19feee828ad360d6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dd9cfb912acc0ee8e137d9d841a2dcd62c6dc3e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d05337058ff069045bfdbe0c903cccd5e6be9cff\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-x64.tar.gz/node-v18.18.2-darwin-x64.tar/node-v18.18.2-darwin-x64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"74a1702d0b99002f268fbd6bbd110670a579fbdc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a678702718088d6722b354cfc41a39c33e780c44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4cd63ba153c62631630a11716bdd007fba863065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"230f835ee00d93c808df43d0c2991635e80e63a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9498519d56e66afbc98652661d338edd66a0e4c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b909a667f52716ac4263b8097072a85066bc7d23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f53a30c10008284e16acc1158381119b2463084\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"221287cc2221f20ec84c875388b7a239b06304d0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"829d0d770326ae7073f74579bf678eac3c4828bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0afdad31f5216b285a02d8a790021d33668c89f9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26455017ff930a947b3886eeabed2cc462355cb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1b702166e0355241d63314f57d901f39f13bac0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99175cdd438e9155db559ba8389441297b93986c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df7980d9033f04fb2a6341bcd93a729411129a27\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"888c55093caeb579a852e764aeb69420c7d398b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"597b23ed4e29196566607e54893ec9cf410e669a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"993398b5905b7259b251dca0d845602a378060d9\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++226+ head -n1 +226+ RESPONSE='{"uuid":"509e418c-2a7d-4f75-a522-dca3aa295c49","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\": \"d47e81f2-0221-4b2f-b3b3-f7d76dcc3faa\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg\",\n \"uploadDate\": \"2024-05-02T10:26:55.081Z\",\n \"sha256\": \"e13cfad578a9345129660cbec057400a8aa5fcd8cda71e69e1746106a4bdd682\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00c4c1040fb944ba853c60a126c4d72531b66060\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"993398b5905b7259b251dca0d845602a378060d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.x86_64_4.32.0.20240502-0721/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9517a970b176bde72cd73887e2587a3574716110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202404271024.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"50fc9467b481470c338dc43a127237b8707906e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202404271024.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"40608b0985fcc6a6c19972208b5cb65c1af0ea6a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6934a02a15f0a67c1e58cf0b19feee828ad360d6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dd9cfb912acc0ee8e137d9d841a2dcd62c6dc3e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d05337058ff069045bfdbe0c903cccd5e6be9cff\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-x64.tar.gz/node-v18.18.2-darwin-x64.tar/node-v18.18.2-darwin-x64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"74a1702d0b99002f268fbd6bbd110670a579fbdc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a678702718088d6722b354cfc41a39c33e780c44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4cd63ba153c62631630a11716bdd007fba863065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"230f835ee00d93c808df43d0c2991635e80e63a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9498519d56e66afbc98652661d338edd66a0e4c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b909a667f52716ac4263b8097072a85066bc7d23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f53a30c10008284e16acc1158381119b2463084\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"221287cc2221f20ec84c875388b7a239b06304d0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"829d0d770326ae7073f74579bf678eac3c4828bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0afdad31f5216b285a02d8a790021d33668c89f9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26455017ff930a947b3886eeabed2cc462355cb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1b702166e0355241d63314f57d901f39f13bac0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99175cdd438e9155db559ba8389441297b93986c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df7980d9033f04fb2a6341bcd93a729411129a27\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"888c55093caeb579a852e764aeb69420c7d398b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"597b23ed4e29196566607e54893ec9cf410e669a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"993398b5905b7259b251dca0d845602a378060d9\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++226+ tail -n1 +226+ STATUS_CODE=200 ++226+ jq -r .notarizationStatus.status ++226+ echo '{"uuid":"509e418c-2a7d-4f75-a522-dca3aa295c49","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\":' '\"d47e81f2-0221-4b2f-b3b3-f7d76dcc3faa\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg\",\n' '\"uploadDate\":' '\"2024-05-02T10:26:55.081Z\",\n' '\"sha256\":' '\"e13cfad578a9345129660cbec057400a8aa5fcd8cda71e69e1746106a4bdd682\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00c4c1040fb944ba853c60a126c4d72531b66060\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"993398b5905b7259b251dca0d845602a378060d9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.x86_64_4.32.0.20240502-0721/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00fda142f82025ddc29a3ff87f899862c2236492\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9517a970b176bde72cd73887e2587a3574716110\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202404271024.jar/os/macosx/aarch64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"50fc9467b481470c338dc43a127237b8707906e4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202404271024.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"40608b0985fcc6a6c19972208b5cb65c1af0ea6a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6934a02a15f0a67c1e58cf0b19feee828ad360d6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dd9cfb912acc0ee8e137d9d841a2dcd62c6dc3e4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d05337058ff069045bfdbe0c903cccd5e6be9cff\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-x64.tar.gz/node-v18.18.2-darwin-x64.tar/node-v18.18.2-darwin-x64/bin/node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"74a1702d0b99002f268fbd6bbd110670a579fbdc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a678702718088d6722b354cfc41a39c33e780c44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4cd63ba153c62631630a11716bdd007fba863065\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"230f835ee00d93c808df43d0c2991635e80e63a3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9498519d56e66afbc98652661d338edd66a0e4c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b909a667f52716ac4263b8097072a85066bc7d23\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f53a30c10008284e16acc1158381119b2463084\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"221287cc2221f20ec84c875388b7a239b06304d0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"829d0d770326ae7073f74579bf678eac3c4828bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0afdad31f5216b285a02d8a790021d33668c89f9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26455017ff930a947b3886eeabed2cc462355cb2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1b702166e0355241d63314f57d901f39f13bac0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99175cdd438e9155db559ba8389441297b93986c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"df7980d9033f04fb2a6341bcd93a729411129a27\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"888c55093caeb579a852e764aeb69420c7d398b5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"597b23ed4e29196566607e54893ec9cf410e669a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-x86_64-3735838874707963103.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"993398b5905b7259b251dca0d845602a378060d9\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +226+ STATUS=COMPLETE +226+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +226+ [[ 200 == \5\0\3 ]] +226+ [[ 200 == \5\0\2 ]] +226+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +226+ break +226+ rm eclipse-php-2024-06-M2-macosx-cocoa-x86_64.dmg +226+ curl -JO https://cbi.eclipse.org/macos/xcrun/509e418c-2a7d-4f75-a522-dca3aa295c49/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 403M 0 403M 0 0 67.0M 0 --:--:-- 0:00:06 --:--:-- 59.2M curl: Saved to filename 'eclipse-scout-2024-06-M2-macosx-cocoa-x86_64.dmg' +302+ cp -vf eclipse-scout-2024-06-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-M2-macosx-cocoa-x86_64.dmg 'eclipse-scout-2024-06-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-M2-macosx-cocoa-x86_64.dmg' ++302+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-M2-macosx-cocoa-x86_64.dmg +302+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++302+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-M2-macosx-cocoa-x86_64.dmg +302+ b=eclipse-scout-2024-06-M2-macosx-cocoa-x86_64.dmg +302+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +302+ md5sum eclipse-scout-2024-06-M2-macosx-cocoa-x86_64.dmg 100 202M 0 202M 0 0 47.5M 0 --:--:-- 0:00:04 --:--:-- 100 38.1M 0 38.1M 0 0 42.1M 0 --:--:-- --:--:-- --:--:-- 42.0 47.5MM+302+ sha1sum eclipse-scout-2024-06-M2-macosx-cocoa-x86_64.dmg 100 262M 0 262M 0 0 50.0M 0 --:--:-- 0:00:05 --:--:-- 49.2M 100 77.5M 0 77.5M 0 0 40.7M 0 --:--:-- 0:00:01 --:--:-- 40.7M+302+ sha512sum -b eclipse-scout-2024-06-M2-macosx-cocoa-x86_64.dmg ++606+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9de0b02b-f693-4031-8f06-017ea804231a/status +606+ RESPONSE_RAW='{"uuid":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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 100 121M 0 121M 0 0 41.9M 0 --:--:-- 0:00:02 --:--:-- 41.9M 100 314M 0 314M 0 0 50.3M 0 --:--:-- 0:00:06 --:--:-- 50.6M 100 167M 0 167M 0 0 42.8M 0 --:--:-- 0:00:03 --:--:-- 42.8M 100 369M 0 369M 0 0 50.9M 0 --:--:-- 0:00:07 --:--:-- 52.0M+302+ rm eclipse-scout-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +302+ rm -f eclipse-scout-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5 +302+ rm -f eclipse-scout-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +302+ rm -f eclipse-scout-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512 100 218M 0 218M 0 0 44.5M 0 --:--:-- 0:00:04 --:--:-- 44.4M 100 428M 0 428M 0 0 51.9M 0 --:--:-- 0:00:08 --:--:-- 54.8M 100 441M 0 441M 0 0 51.9M 0 --:--:-- 0:00:08 --:--:-- 56.3M curl: Saved to filename 'eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64.dmg' +772+ cp -vf eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64.dmg 'eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64.dmg' ++772+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64.dmg +772+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++772+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64.dmg +772+ b=eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64.dmg +772+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +772+ md5sum eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64.dmg 100 282M 0 282M 0 0 47.8M 0 --:--:-- 0:00:05 --:--:-- 48.8M+772+ sha1sum eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64.dmg ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/13318cb9-b86d-4058-8262-dfe3b5cfff05/status 100 349M 0 349M 0 0 50.5M 0 --:--:-- 0:00:06 --:--:-- 54.2M+460+ RESPONSE_RAW='{"uuid":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e0d89e5-f0e7-45f1-9712-2840315d2e54/status +1050+ RESPONSE_RAW='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m +772+ sha512sum -b eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64.dmg 100 406M 0 406M 0 0 53.5M 0 --:--:-- 0:00:07 --:--:-- 60.8M curl: Saved to filename 'eclipse-php-2024-06-M2-macosx-cocoa-x86_64.dmg' +226+ cp -vf eclipse-php-2024-06-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-M2-macosx-cocoa-x86_64.dmg 'eclipse-php-2024-06-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-M2-macosx-cocoa-x86_64.dmg' ++226+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-M2-macosx-cocoa-x86_64.dmg +226+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++226+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-M2-macosx-cocoa-x86_64.dmg +226+ b=eclipse-php-2024-06-M2-macosx-cocoa-x86_64.dmg +226+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +226+ md5sum eclipse-php-2024-06-M2-macosx-cocoa-x86_64.dmg +226+ sha1sum eclipse-php-2024-06-M2-macosx-cocoa-x86_64.dmg +772+ rm eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize +772+ rm -f eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.md5 +772+ rm -f eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +772+ rm -f eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.sha512 +226+ sha512sum -b eclipse-php-2024-06-M2-macosx-cocoa-x86_64.dmg +226+ rm eclipse-php-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +226+ rm -f eclipse-php-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5 +226+ rm -f eclipse-php-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +226+ rm -f eclipse-php-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++844+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9386617-8178-4c08-b848-8c4ae79be7fc/status +844+ RESPONSE_RAW='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++844+ head -n1 +844+ RESPONSE='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++844+ tail -n1 +844+ STATUS_CODE=200 ++844+ echo '{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++844+ jq -r .notarizationStatus.status +844+ STATUS=IN_PROGRESS +844+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +844+ sleep 1m ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5/status +658+ RESPONSE_RAW='{"uuid":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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 ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/50a174bd-bf60-4dbe-a940-aeff258fea44/status +248+ RESPONSE_RAW='{"uuid":"50a174bd-bf60-4dbe-a940-aeff258fea44","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":"50a174bd-bf60-4dbe-a940-aeff258fea44","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":"50a174bd-bf60-4dbe-a940-aeff258fea44","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++248+ jq -r .notarizationStatus.status +248+ STATUS=IN_PROGRESS +248+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +248+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/836bb1a1-720c-4524-a525-dba6a5700e91/status +502+ RESPONSE_RAW='{"uuid":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c875cac9-31d9-4f03-8730-38f1c3af7252/status +182+ RESPONSE_RAW='{"uuid":"c875cac9-31d9-4f03-8730-38f1c3af7252","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":"c875cac9-31d9-4f03-8730-38f1c3af7252","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":"c875cac9-31d9-4f03-8730-38f1c3af7252","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 ++906+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ad7f8710-ae46-453e-bcda-9ae40acc6f56/status +906+ RESPONSE_RAW='{"uuid":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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 ++564+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1344ea29-183d-413b-b67e-eead0056e7f6/status +564+ RESPONSE_RAW='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++564+ head -n1 +564+ RESPONSE='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++564+ tail -n1 +564+ STATUS_CODE=200 ++564+ echo '{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++564+ jq -r .notarizationStatus.status +564+ STATUS=IN_PROGRESS +564+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +564+ sleep 1m ++978+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d7ea653d-cb0f-447b-ba31-4e73012f4190/status +978+ RESPONSE_RAW='{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++978+ head -n1 +978+ RESPONSE='{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++978+ tail -n1 +978+ STATUS_CODE=200 ++978+ echo '{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++978+ jq -r .notarizationStatus.status +978+ STATUS=IN_PROGRESS +978+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +978+ sleep 1m ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3c1185b2-8c2f-42e8-a9c5-1dff444e0aea/status +418+ RESPONSE_RAW='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3053e8ed-c850-4c7b-bec8-32409f30f05e/status +204+ RESPONSE_RAW='{"uuid":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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 ++606+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9de0b02b-f693-4031-8f06-017ea804231a/status +606+ RESPONSE_RAW='{"uuid":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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 ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/13318cb9-b86d-4058-8262-dfe3b5cfff05/status +460+ RESPONSE_RAW='{"uuid":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e0d89e5-f0e7-45f1-9712-2840315d2e54/status +1050+ RESPONSE_RAW='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++844+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9386617-8178-4c08-b848-8c4ae79be7fc/status +844+ RESPONSE_RAW='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++844+ head -n1 +844+ RESPONSE='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++844+ tail -n1 +844+ STATUS_CODE=200 ++844+ echo '{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++844+ jq -r .notarizationStatus.status +844+ STATUS=IN_PROGRESS +844+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +844+ sleep 1m ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5/status +658+ RESPONSE_RAW='{"uuid":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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 ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/50a174bd-bf60-4dbe-a940-aeff258fea44/status +248+ RESPONSE_RAW='{"uuid":"50a174bd-bf60-4dbe-a940-aeff258fea44","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\": \"9ed0f464-4f2b-4d21-901d-20608d0936a5\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg\",\n \"uploadDate\": \"2024-05-02T10:26:44.485Z\",\n \"sha256\": \"fb258ed8b740dfba2ce3be2bbc8a03b507a84e89dbba7f930520b02e0dee1750\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f4caf66a29c2aa868b8e93c865ccaedd85d11721\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4bbdbe804583b6603bb9144d7d91d7c6cd18c38f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.aarch64_4.32.0.20240502-0721/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9517a970b176bde72cd73887e2587a3574716110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202404271024.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"50fc9467b481470c338dc43a127237b8707906e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202404271024.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"40608b0985fcc6a6c19972208b5cb65c1af0ea6a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e75db07b4a780a4a3ca6b5f09b4b570025c61360\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"311fbf36e0faf69ad47e500ccdf9313ab54820aa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a40d382b16e9c93e89b7cdc5b4d44d4cf0951fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-arm64.tar.gz/node-v18.18.2-darwin-arm64.tar/node-v18.18.2-darwin-arm64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5c603626f3228a610f77d506adf2f08150063f4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ee1390bac3aac18f9089c4744a742477158b1af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48aff537996048403a657ca3651c35b6e7dad18a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd60513572c0ac340c79494a8883607242b6442b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e8201cca40596294188cd2df95e27bbc27940f25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bb245c57e04dc229f1268a96aead5147247e41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf55166731342d0a65a6db3d53af4685a6989eae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c75665e4e8b555189c386b732164457e7b80ecb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb73a1bbd201c8a94927954d788373915491fc8e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecc25763935731c2bb4ed89545e95ca212329c57\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d322de95f588e486586106fb3adb7a232d3a727\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332b1856c718286e35df1ccc759286c63db7bc45\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15ce7577d3c990127085b8dea8174d740ec272ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90afc4edfee1782468fdec5cab180a7533d17aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ee8371af06189c4ba625d243b39788e73ae23401\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9f75fff6e0ce189bf1080663643a45742c85625\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"250670496974f7410a847531817b05c93421a50b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec72f9cc99370be1a2451258935cd31804791a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f186477e2121d809ee7726a77eddf0a9423734c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aedefb1ea0fd7715dca5337919eea223c053d604\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"662eeac930979eba6cc5183183417bce3445adc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f06a9a1117f6dcce48511e37da416126a39154\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459225ef2de331f6eb0d34425525db993e881ba8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"064850ce36f634d352d932fb9cd756bed17d3efb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"921731a090f37de78c45152302ed554449d3e963\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4bbdbe804583b6603bb9144d7d91d7c6cd18c38f\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++248+ head -n1 +248+ RESPONSE='{"uuid":"50a174bd-bf60-4dbe-a940-aeff258fea44","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\": \"9ed0f464-4f2b-4d21-901d-20608d0936a5\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg\",\n \"uploadDate\": \"2024-05-02T10:26:44.485Z\",\n \"sha256\": \"fb258ed8b740dfba2ce3be2bbc8a03b507a84e89dbba7f930520b02e0dee1750\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f4caf66a29c2aa868b8e93c865ccaedd85d11721\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4bbdbe804583b6603bb9144d7d91d7c6cd18c38f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.aarch64_4.32.0.20240502-0721/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9517a970b176bde72cd73887e2587a3574716110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202404271024.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"50fc9467b481470c338dc43a127237b8707906e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202404271024.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"40608b0985fcc6a6c19972208b5cb65c1af0ea6a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e75db07b4a780a4a3ca6b5f09b4b570025c61360\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"311fbf36e0faf69ad47e500ccdf9313ab54820aa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a40d382b16e9c93e89b7cdc5b4d44d4cf0951fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-arm64.tar.gz/node-v18.18.2-darwin-arm64.tar/node-v18.18.2-darwin-arm64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5c603626f3228a610f77d506adf2f08150063f4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ee1390bac3aac18f9089c4744a742477158b1af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48aff537996048403a657ca3651c35b6e7dad18a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd60513572c0ac340c79494a8883607242b6442b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e8201cca40596294188cd2df95e27bbc27940f25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bb245c57e04dc229f1268a96aead5147247e41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf55166731342d0a65a6db3d53af4685a6989eae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c75665e4e8b555189c386b732164457e7b80ecb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb73a1bbd201c8a94927954d788373915491fc8e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecc25763935731c2bb4ed89545e95ca212329c57\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d322de95f588e486586106fb3adb7a232d3a727\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332b1856c718286e35df1ccc759286c63db7bc45\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15ce7577d3c990127085b8dea8174d740ec272ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90afc4edfee1782468fdec5cab180a7533d17aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ee8371af06189c4ba625d243b39788e73ae23401\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9f75fff6e0ce189bf1080663643a45742c85625\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"250670496974f7410a847531817b05c93421a50b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec72f9cc99370be1a2451258935cd31804791a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f186477e2121d809ee7726a77eddf0a9423734c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aedefb1ea0fd7715dca5337919eea223c053d604\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"662eeac930979eba6cc5183183417bce3445adc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f06a9a1117f6dcce48511e37da416126a39154\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459225ef2de331f6eb0d34425525db993e881ba8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"064850ce36f634d352d932fb9cd756bed17d3efb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"921731a090f37de78c45152302ed554449d3e963\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4bbdbe804583b6603bb9144d7d91d7c6cd18c38f\",\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":"50a174bd-bf60-4dbe-a940-aeff258fea44","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\":' '\"9ed0f464-4f2b-4d21-901d-20608d0936a5\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg\",\n' '\"uploadDate\":' '\"2024-05-02T10:26:44.485Z\",\n' '\"sha256\":' '\"fb258ed8b740dfba2ce3be2bbc8a03b507a84e89dbba7f930520b02e0dee1750\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f4caf66a29c2aa868b8e93c865ccaedd85d11721\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4bbdbe804583b6603bb9144d7d91d7c6cd18c38f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.aarch64_4.32.0.20240502-0721/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9517a970b176bde72cd73887e2587a3574716110\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202404271024.jar/os/macosx/aarch64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"50fc9467b481470c338dc43a127237b8707906e4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202404271024.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"40608b0985fcc6a6c19972208b5cb65c1af0ea6a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e75db07b4a780a4a3ca6b5f09b4b570025c61360\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"311fbf36e0faf69ad47e500ccdf9313ab54820aa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7a40d382b16e9c93e89b7cdc5b4d44d4cf0951fa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-arm64.tar.gz/node-v18.18.2-darwin-arm64.tar/node-v18.18.2-darwin-arm64/bin/node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e5c603626f3228a610f77d506adf2f08150063f4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4ee1390bac3aac18f9089c4744a742477158b1af\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"48aff537996048403a657ca3651c35b6e7dad18a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cd60513572c0ac340c79494a8883607242b6442b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e8201cca40596294188cd2df95e27bbc27940f25\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bb245c57e04dc229f1268a96aead5147247e41\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf55166731342d0a65a6db3d53af4685a6989eae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c75665e4e8b555189c386b732164457e7b80ecb9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eb73a1bbd201c8a94927954d788373915491fc8e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ecc25763935731c2bb4ed89545e95ca212329c57\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2d322de95f588e486586106fb3adb7a232d3a727\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"332b1856c718286e35df1ccc759286c63db7bc45\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"15ce7577d3c990127085b8dea8174d740ec272ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90afc4edfee1782468fdec5cab180a7533d17aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ee8371af06189c4ba625d243b39788e73ae23401\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9f75fff6e0ce189bf1080663643a45742c85625\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"250670496974f7410a847531817b05c93421a50b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ec72f9cc99370be1a2451258935cd31804791a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f186477e2121d809ee7726a77eddf0a9423734c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aedefb1ea0fd7715dca5337919eea223c053d604\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"662eeac930979eba6cc5183183417bce3445adc0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6f06a9a1117f6dcce48511e37da416126a39154\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"459225ef2de331f6eb0d34425525db993e881ba8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"064850ce36f634d352d932fb9cd756bed17d3efb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"921731a090f37de78c45152302ed554449d3e963\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M2-macosx-cocoa-aarch64-15694176719351203364.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4bbdbe804583b6603bb9144d7d91d7c6cd18c38f\",\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-php-2024-06-M2-macosx-cocoa-aarch64.dmg +248+ curl -JO https://cbi.eclipse.org/macos/xcrun/50a174bd-bf60-4dbe-a940-aeff258fea44/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 7330k 0 7330k 0 0 13.4M 0 --:--:-- --:--:-- --:--:-- 13.4M 100 48.7M 0 48.7M 0 0 32.2M 0 --:--:-- 0:00:01 --:--:-- 32.2M 100 131M 0 131M 0 0 51.9M 0 --:--:-- 0:00:02 --:--:-- 51.9M 100 215M 0 215M 0 0 61.4M 0 --:--:-- 0:00:03 --:--:-- 61.4M 100 289M 0 289M 0 0 64.1M 0 --:--:-- 0:00:04 --:--:-- 64.1M 100 359M 0 359M 0 0 65.3M 0 --:--:-- 0:00:05 --:--:-- 70.8M++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/836bb1a1-720c-4524-a525-dba6a5700e91/status +502+ RESPONSE_RAW='{"uuid":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","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 403M 0 403M 0 0 65.5M 0 --:--:-- 0:00:06 --:--:-- 76.4M curl: Saved to filename 'eclipse-php-2024-06-M2-macosx-cocoa-aarch64.dmg' +248+ cp -vf eclipse-php-2024-06-M2-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-M2-macosx-cocoa-aarch64.dmg ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c875cac9-31d9-4f03-8730-38f1c3af7252/status +182+ RESPONSE_RAW='{"uuid":"c875cac9-31d9-4f03-8730-38f1c3af7252","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":"c875cac9-31d9-4f03-8730-38f1c3af7252","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":"c875cac9-31d9-4f03-8730-38f1c3af7252","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m 'eclipse-php-2024-06-M2-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-M2-macosx-cocoa-aarch64.dmg' ++248+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-M2-macosx-cocoa-aarch64.dmg +248+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++248+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-M2-macosx-cocoa-aarch64.dmg +248+ b=eclipse-php-2024-06-M2-macosx-cocoa-aarch64.dmg +248+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +248+ md5sum eclipse-php-2024-06-M2-macosx-cocoa-aarch64.dmg +248+ sha1sum eclipse-php-2024-06-M2-macosx-cocoa-aarch64.dmg +248+ sha512sum -b eclipse-php-2024-06-M2-macosx-cocoa-aarch64.dmg +248+ rm eclipse-php-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize +248+ rm -f eclipse-php-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.md5 +248+ rm -f eclipse-php-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +248+ rm -f eclipse-php-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++906+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ad7f8710-ae46-453e-bcda-9ae40acc6f56/status +906+ RESPONSE_RAW='{"uuid":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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 ++564+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1344ea29-183d-413b-b67e-eead0056e7f6/status +564+ RESPONSE_RAW='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++564+ head -n1 +564+ RESPONSE='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++564+ tail -n1 +564+ STATUS_CODE=200 ++564+ echo '{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++564+ jq -r .notarizationStatus.status +564+ STATUS=IN_PROGRESS +564+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +564+ sleep 1m ++978+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d7ea653d-cb0f-447b-ba31-4e73012f4190/status +978+ RESPONSE_RAW='{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++978+ head -n1 +978+ RESPONSE='{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++978+ tail -n1 +978+ STATUS_CODE=200 ++978+ echo '{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++978+ jq -r .notarizationStatus.status +978+ STATUS=IN_PROGRESS +978+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +978+ sleep 1m ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3c1185b2-8c2f-42e8-a9c5-1dff444e0aea/status +418+ RESPONSE_RAW='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","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\": \"5abc2943-02f3-4c2d-94f7-8750a1bc43d4\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg\",\n \"uploadDate\": \"2024-05-02T10:28:07.033Z\",\n \"sha256\": \"5f4b217faec43f6cfe5c7bdf5fd1313bfd30bc2d0197d218c8e26bc66467ca79\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fda932f15c4905e8b724ee0f38063a36cafd96de\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b9e86f5d220708fd60d54c3e7885fa1127d1d20\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.aarch64_4.32.0.20240502-0721/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9517a970b176bde72cd73887e2587a3574716110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202404271024.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"50fc9467b481470c338dc43a127237b8707906e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202404271024.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"40608b0985fcc6a6c19972208b5cb65c1af0ea6a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e75db07b4a780a4a3ca6b5f09b4b570025c61360\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"311fbf36e0faf69ad47e500ccdf9313ab54820aa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a40d382b16e9c93e89b7cdc5b4d44d4cf0951fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ee1390bac3aac18f9089c4744a742477158b1af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48aff537996048403a657ca3651c35b6e7dad18a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd60513572c0ac340c79494a8883607242b6442b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e8201cca40596294188cd2df95e27bbc27940f25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bb245c57e04dc229f1268a96aead5147247e41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf55166731342d0a65a6db3d53af4685a6989eae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c75665e4e8b555189c386b732164457e7b80ecb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb73a1bbd201c8a94927954d788373915491fc8e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecc25763935731c2bb4ed89545e95ca212329c57\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d322de95f588e486586106fb3adb7a232d3a727\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332b1856c718286e35df1ccc759286c63db7bc45\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15ce7577d3c990127085b8dea8174d740ec272ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90afc4edfee1782468fdec5cab180a7533d17aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ee8371af06189c4ba625d243b39788e73ae23401\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9f75fff6e0ce189bf1080663643a45742c85625\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"250670496974f7410a847531817b05c93421a50b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec72f9cc99370be1a2451258935cd31804791a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f186477e2121d809ee7726a77eddf0a9423734c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aedefb1ea0fd7715dca5337919eea223c053d604\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"662eeac930979eba6cc5183183417bce3445adc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f06a9a1117f6dcce48511e37da416126a39154\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459225ef2de331f6eb0d34425525db993e881ba8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"064850ce36f634d352d932fb9cd756bed17d3efb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"921731a090f37de78c45152302ed554449d3e963\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b9e86f5d220708fd60d54c3e7885fa1127d1d20\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","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\": \"5abc2943-02f3-4c2d-94f7-8750a1bc43d4\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg\",\n \"uploadDate\": \"2024-05-02T10:28:07.033Z\",\n \"sha256\": \"5f4b217faec43f6cfe5c7bdf5fd1313bfd30bc2d0197d218c8e26bc66467ca79\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fda932f15c4905e8b724ee0f38063a36cafd96de\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b9e86f5d220708fd60d54c3e7885fa1127d1d20\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.aarch64_4.32.0.20240502-0721/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9517a970b176bde72cd73887e2587a3574716110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202404271024.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"50fc9467b481470c338dc43a127237b8707906e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202404271024.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"40608b0985fcc6a6c19972208b5cb65c1af0ea6a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e75db07b4a780a4a3ca6b5f09b4b570025c61360\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"311fbf36e0faf69ad47e500ccdf9313ab54820aa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a40d382b16e9c93e89b7cdc5b4d44d4cf0951fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ee1390bac3aac18f9089c4744a742477158b1af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48aff537996048403a657ca3651c35b6e7dad18a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd60513572c0ac340c79494a8883607242b6442b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e8201cca40596294188cd2df95e27bbc27940f25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bb245c57e04dc229f1268a96aead5147247e41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf55166731342d0a65a6db3d53af4685a6989eae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c75665e4e8b555189c386b732164457e7b80ecb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb73a1bbd201c8a94927954d788373915491fc8e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecc25763935731c2bb4ed89545e95ca212329c57\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d322de95f588e486586106fb3adb7a232d3a727\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332b1856c718286e35df1ccc759286c63db7bc45\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15ce7577d3c990127085b8dea8174d740ec272ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90afc4edfee1782468fdec5cab180a7533d17aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ee8371af06189c4ba625d243b39788e73ae23401\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9f75fff6e0ce189bf1080663643a45742c85625\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"250670496974f7410a847531817b05c93421a50b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec72f9cc99370be1a2451258935cd31804791a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f186477e2121d809ee7726a77eddf0a9423734c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aedefb1ea0fd7715dca5337919eea223c053d604\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"662eeac930979eba6cc5183183417bce3445adc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f06a9a1117f6dcce48511e37da416126a39154\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459225ef2de331f6eb0d34425525db993e881ba8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"064850ce36f634d352d932fb9cd756bed17d3efb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"921731a090f37de78c45152302ed554449d3e963\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b9e86f5d220708fd60d54c3e7885fa1127d1d20\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ jq -r .notarizationStatus.status ++418+ echo '{"uuid":"3c1185b2-8c2f-42e8-a9c5-1dff444e0aea","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\":' '\"5abc2943-02f3-4c2d-94f7-8750a1bc43d4\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg\",\n' '\"uploadDate\":' '\"2024-05-02T10:28:07.033Z\",\n' '\"sha256\":' '\"5f4b217faec43f6cfe5c7bdf5fd1313bfd30bc2d0197d218c8e26bc66467ca79\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fda932f15c4905e8b724ee0f38063a36cafd96de\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0b9e86f5d220708fd60d54c3e7885fa1127d1d20\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.aarch64_4.32.0.20240502-0721/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9517a970b176bde72cd73887e2587a3574716110\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202404271024.jar/os/macosx/aarch64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"50fc9467b481470c338dc43a127237b8707906e4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202404271024.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"40608b0985fcc6a6c19972208b5cb65c1af0ea6a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e75db07b4a780a4a3ca6b5f09b4b570025c61360\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"311fbf36e0faf69ad47e500ccdf9313ab54820aa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7a40d382b16e9c93e89b7cdc5b4d44d4cf0951fa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4ee1390bac3aac18f9089c4744a742477158b1af\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"48aff537996048403a657ca3651c35b6e7dad18a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cd60513572c0ac340c79494a8883607242b6442b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e8201cca40596294188cd2df95e27bbc27940f25\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bb245c57e04dc229f1268a96aead5147247e41\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf55166731342d0a65a6db3d53af4685a6989eae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c75665e4e8b555189c386b732164457e7b80ecb9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eb73a1bbd201c8a94927954d788373915491fc8e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ecc25763935731c2bb4ed89545e95ca212329c57\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2d322de95f588e486586106fb3adb7a232d3a727\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"332b1856c718286e35df1ccc759286c63db7bc45\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"15ce7577d3c990127085b8dea8174d740ec272ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90afc4edfee1782468fdec5cab180a7533d17aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ee8371af06189c4ba625d243b39788e73ae23401\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9f75fff6e0ce189bf1080663643a45742c85625\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"250670496974f7410a847531817b05c93421a50b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ec72f9cc99370be1a2451258935cd31804791a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f186477e2121d809ee7726a77eddf0a9423734c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aedefb1ea0fd7715dca5337919eea223c053d604\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"662eeac930979eba6cc5183183417bce3445adc0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6f06a9a1117f6dcce48511e37da416126a39154\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"459225ef2de331f6eb0d34425525db993e881ba8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"064850ce36f634d352d932fb9cd756bed17d3efb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"921731a090f37de78c45152302ed554449d3e963\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64-6366500407303127458.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0b9e86f5d220708fd60d54c3e7885fa1127d1d20\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +418+ STATUS=COMPLETE +418+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ [[ 200 == \5\0\3 ]] +418+ [[ 200 == \5\0\2 ]] +418+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +418+ break +418+ rm eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64.dmg +418+ curl -JO https://cbi.eclipse.org/macos/xcrun/3c1185b2-8c2f-42e8-a9c5-1dff444e0aea/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 37.5M 0 37.5M 0 0 75.1M 0 --:--:-- --:--:-- --:--:-- 75.0M++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3053e8ed-c850-4c7b-bec8-32409f30f05e/status +204+ RESPONSE_RAW='{"uuid":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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 100 107M 0 107M 0 0 70.8M 0 --:--:-- 0:00:01 --:--:-- 70.7M 100 172M 0 172M 0 0 68.9M 0 --:--:-- 0:00:02 --:--:-- 68.9M 100 240M 0 240M 0 0 68.7M 0 --:--:-- 0:00:03 --:--:-- 68.7M 100 329M 0 329M 0 0 73.2M 0 --:--:-- 0:00:04 --:--:-- 73.2M 100 390M 0 390M 0 0 74.8M 0 --:--:-- 0:00:05 --:--:-- 74.7M curl: Saved to filename 'eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64.dmg' +418+ cp -vf eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64.dmg 'eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64.dmg' ++418+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64.dmg +418+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++418+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64.dmg +418+ b=eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64.dmg +418+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +418+ md5sum eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64.dmg +418+ sha1sum eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64.dmg +418+ sha512sum -b eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64.dmg +418+ rm eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize +418+ rm -f eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.md5 +418+ rm -f eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +418+ rm -f eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++606+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9de0b02b-f693-4031-8f06-017ea804231a/status +606+ RESPONSE_RAW='{"uuid":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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 ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/13318cb9-b86d-4058-8262-dfe3b5cfff05/status +460+ RESPONSE_RAW='{"uuid":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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\": \"e5820570-560a-4206-858f-722330919638\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg\",\n \"uploadDate\": \"2024-05-02T10:28:47.727Z\",\n \"sha256\": \"42c1bddb6b76dea08f1c1788e196ab79ca7ea5bd1cb154401d652160db53abc0\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"429edad77252dfb6fc388e8ad3be40e534fd6389\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfe47497eb30e06e151ae0928e07a473c34625d3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.x86_64_4.32.0.20240502-0721/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9517a970b176bde72cd73887e2587a3574716110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6934a02a15f0a67c1e58cf0b19feee828ad360d6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dd9cfb912acc0ee8e137d9d841a2dcd62c6dc3e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d05337058ff069045bfdbe0c903cccd5e6be9cff\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a678702718088d6722b354cfc41a39c33e780c44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4cd63ba153c62631630a11716bdd007fba863065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"230f835ee00d93c808df43d0c2991635e80e63a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9498519d56e66afbc98652661d338edd66a0e4c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b909a667f52716ac4263b8097072a85066bc7d23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f53a30c10008284e16acc1158381119b2463084\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"221287cc2221f20ec84c875388b7a239b06304d0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"829d0d770326ae7073f74579bf678eac3c4828bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0afdad31f5216b285a02d8a790021d33668c89f9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26455017ff930a947b3886eeabed2cc462355cb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1b702166e0355241d63314f57d901f39f13bac0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99175cdd438e9155db559ba8389441297b93986c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df7980d9033f04fb2a6341bcd93a729411129a27\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"888c55093caeb579a852e764aeb69420c7d398b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"597b23ed4e29196566607e54893ec9cf410e669a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfe47497eb30e06e151ae0928e07a473c34625d3\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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\": \"e5820570-560a-4206-858f-722330919638\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg\",\n \"uploadDate\": \"2024-05-02T10:28:47.727Z\",\n \"sha256\": \"42c1bddb6b76dea08f1c1788e196ab79ca7ea5bd1cb154401d652160db53abc0\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"429edad77252dfb6fc388e8ad3be40e534fd6389\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfe47497eb30e06e151ae0928e07a473c34625d3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.x86_64_4.32.0.20240502-0721/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9517a970b176bde72cd73887e2587a3574716110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6934a02a15f0a67c1e58cf0b19feee828ad360d6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dd9cfb912acc0ee8e137d9d841a2dcd62c6dc3e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d05337058ff069045bfdbe0c903cccd5e6be9cff\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a678702718088d6722b354cfc41a39c33e780c44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4cd63ba153c62631630a11716bdd007fba863065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"230f835ee00d93c808df43d0c2991635e80e63a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9498519d56e66afbc98652661d338edd66a0e4c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b909a667f52716ac4263b8097072a85066bc7d23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f53a30c10008284e16acc1158381119b2463084\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"221287cc2221f20ec84c875388b7a239b06304d0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"829d0d770326ae7073f74579bf678eac3c4828bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0afdad31f5216b285a02d8a790021d33668c89f9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26455017ff930a947b3886eeabed2cc462355cb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1b702166e0355241d63314f57d901f39f13bac0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99175cdd438e9155db559ba8389441297b93986c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df7980d9033f04fb2a6341bcd93a729411129a27\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"888c55093caeb579a852e764aeb69420c7d398b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"597b23ed4e29196566607e54893ec9cf410e669a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfe47497eb30e06e151ae0928e07a473c34625d3\",\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":"13318cb9-b86d-4058-8262-dfe3b5cfff05","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\":' '\"e5820570-560a-4206-858f-722330919638\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg\",\n' '\"uploadDate\":' '\"2024-05-02T10:28:47.727Z\",\n' '\"sha256\":' '\"42c1bddb6b76dea08f1c1788e196ab79ca7ea5bd1cb154401d652160db53abc0\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"429edad77252dfb6fc388e8ad3be40e534fd6389\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dfe47497eb30e06e151ae0928e07a473c34625d3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.x86_64_4.32.0.20240502-0721/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00fda142f82025ddc29a3ff87f899862c2236492\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9517a970b176bde72cd73887e2587a3574716110\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6934a02a15f0a67c1e58cf0b19feee828ad360d6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dd9cfb912acc0ee8e137d9d841a2dcd62c6dc3e4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d05337058ff069045bfdbe0c903cccd5e6be9cff\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a678702718088d6722b354cfc41a39c33e780c44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4cd63ba153c62631630a11716bdd007fba863065\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"230f835ee00d93c808df43d0c2991635e80e63a3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9498519d56e66afbc98652661d338edd66a0e4c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b909a667f52716ac4263b8097072a85066bc7d23\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f53a30c10008284e16acc1158381119b2463084\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"221287cc2221f20ec84c875388b7a239b06304d0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"829d0d770326ae7073f74579bf678eac3c4828bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0afdad31f5216b285a02d8a790021d33668c89f9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26455017ff930a947b3886eeabed2cc462355cb2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1b702166e0355241d63314f57d901f39f13bac0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99175cdd438e9155db559ba8389441297b93986c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"df7980d9033f04fb2a6341bcd93a729411129a27\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"888c55093caeb579a852e764aeb69420c7d398b5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"597b23ed4e29196566607e54893ec9cf410e669a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64-16400383054140635402.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dfe47497eb30e06e151ae0928e07a473c34625d3\",\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-rcp-2024-06-M2-macosx-cocoa-x86_64.dmg +460+ curl -JO https://cbi.eclipse.org/macos/xcrun/13318cb9-b86d-4058-8262-dfe3b5cfff05/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++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e0d89e5-f0e7-45f1-9712-2840315d2e54/status +1050+ RESPONSE_RAW='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m 100 51.9M 0 51.9M 0 0 65.0M 0 --:--:-- --:--:-- --:--:-- 64.9M 100 135M 0 135M 0 0 75.5M 0 --:--:-- 0:00:01 --:--:-- 75.5M 100 224M 0 224M 0 0 80.2M 0 --:--:-- 0:00:02 --:--:-- 80.2M 100 285M 0 285M 0 0 75.4M 0 --:--:-- 0:00:03 --:--:-- 75.3M 100 354M 0 354M 0 0 73.9M 0 --:--:-- 0:00:04 --:--:-- 73.9M 100 434M 0 434M 0 0 75.0M 0 --:--:-- 0:00:05 --:--:-- 76.6M 100 442M 0 442M 0 0 75.4M 0 --:--:-- 0:00:05 --:--:-- 75.3M curl: Saved to filename 'eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64.dmg' +460+ cp -vf eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64.dmg ++844+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9386617-8178-4c08-b848-8c4ae79be7fc/status 'eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64.dmg' ++460+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64.dmg +460+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++460+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64.dmg +460+ b=eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64.dmg +460+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +460+ md5sum eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64.dmg +844+ RESPONSE_RAW='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++844+ head -n1 +844+ RESPONSE='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++844+ tail -n1 +844+ STATUS_CODE=200 ++844+ echo '{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++844+ jq -r .notarizationStatus.status +844+ STATUS=IN_PROGRESS +844+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +844+ sleep 1m +460+ sha1sum eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64.dmg +460+ sha512sum -b eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64.dmg +460+ rm eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +460+ rm -f eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5 +460+ rm -f eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +460+ rm -f eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5/status +658+ RESPONSE_RAW='{"uuid":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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 ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/836bb1a1-720c-4524-a525-dba6a5700e91/status +502+ RESPONSE_RAW='{"uuid":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c875cac9-31d9-4f03-8730-38f1c3af7252/status +182+ RESPONSE_RAW='{"uuid":"c875cac9-31d9-4f03-8730-38f1c3af7252","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":"c875cac9-31d9-4f03-8730-38f1c3af7252","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":"c875cac9-31d9-4f03-8730-38f1c3af7252","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 ++906+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ad7f8710-ae46-453e-bcda-9ae40acc6f56/status +906+ RESPONSE_RAW='{"uuid":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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 ++564+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1344ea29-183d-413b-b67e-eead0056e7f6/status +564+ RESPONSE_RAW='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++564+ head -n1 +564+ RESPONSE='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++564+ tail -n1 +564+ STATUS_CODE=200 ++564+ echo '{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++564+ jq -r .notarizationStatus.status +564+ STATUS=IN_PROGRESS +564+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +564+ sleep 1m ++978+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d7ea653d-cb0f-447b-ba31-4e73012f4190/status +978+ RESPONSE_RAW='{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","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\": \"a17f1594-83c2-4625-bbf0-63d873f39ba0\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg\",\n \"uploadDate\": \"2024-05-02T10:30:59.709Z\",\n \"sha256\": \"193d77434091eefa8940b7c571b4ebbe489d5ea37e2f2b003dbdb83a8098ad98\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4091a5c69ac2a94112574b8e12c84a25a8e2728b\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2e58a8afaf65ffb92809fb381d4a3d1e309ccced\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.x86_64_4.32.0.20240502-0721/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9517a970b176bde72cd73887e2587a3574716110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202404271024.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"50fc9467b481470c338dc43a127237b8707906e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202404271024.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"40608b0985fcc6a6c19972208b5cb65c1af0ea6a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6934a02a15f0a67c1e58cf0b19feee828ad360d6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dd9cfb912acc0ee8e137d9d841a2dcd62c6dc3e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d05337058ff069045bfdbe0c903cccd5e6be9cff\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a678702718088d6722b354cfc41a39c33e780c44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4cd63ba153c62631630a11716bdd007fba863065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"230f835ee00d93c808df43d0c2991635e80e63a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9498519d56e66afbc98652661d338edd66a0e4c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b909a667f52716ac4263b8097072a85066bc7d23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f53a30c10008284e16acc1158381119b2463084\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"221287cc2221f20ec84c875388b7a239b06304d0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"829d0d770326ae7073f74579bf678eac3c4828bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0afdad31f5216b285a02d8a790021d33668c89f9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26455017ff930a947b3886eeabed2cc462355cb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1b702166e0355241d63314f57d901f39f13bac0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99175cdd438e9155db559ba8389441297b93986c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df7980d9033f04fb2a6341bcd93a729411129a27\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"888c55093caeb579a852e764aeb69420c7d398b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"597b23ed4e29196566607e54893ec9cf410e669a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2e58a8afaf65ffb92809fb381d4a3d1e309ccced\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++978+ head -n1 +978+ RESPONSE='{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","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\": \"a17f1594-83c2-4625-bbf0-63d873f39ba0\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg\",\n \"uploadDate\": \"2024-05-02T10:30:59.709Z\",\n \"sha256\": \"193d77434091eefa8940b7c571b4ebbe489d5ea37e2f2b003dbdb83a8098ad98\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4091a5c69ac2a94112574b8e12c84a25a8e2728b\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2e58a8afaf65ffb92809fb381d4a3d1e309ccced\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.x86_64_4.32.0.20240502-0721/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9517a970b176bde72cd73887e2587a3574716110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202404271024.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"50fc9467b481470c338dc43a127237b8707906e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202404271024.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"40608b0985fcc6a6c19972208b5cb65c1af0ea6a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6934a02a15f0a67c1e58cf0b19feee828ad360d6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dd9cfb912acc0ee8e137d9d841a2dcd62c6dc3e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d05337058ff069045bfdbe0c903cccd5e6be9cff\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a678702718088d6722b354cfc41a39c33e780c44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4cd63ba153c62631630a11716bdd007fba863065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"230f835ee00d93c808df43d0c2991635e80e63a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9498519d56e66afbc98652661d338edd66a0e4c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b909a667f52716ac4263b8097072a85066bc7d23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f53a30c10008284e16acc1158381119b2463084\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"221287cc2221f20ec84c875388b7a239b06304d0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"829d0d770326ae7073f74579bf678eac3c4828bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0afdad31f5216b285a02d8a790021d33668c89f9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26455017ff930a947b3886eeabed2cc462355cb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1b702166e0355241d63314f57d901f39f13bac0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99175cdd438e9155db559ba8389441297b93986c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df7980d9033f04fb2a6341bcd93a729411129a27\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"888c55093caeb579a852e764aeb69420c7d398b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"597b23ed4e29196566607e54893ec9cf410e669a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2e58a8afaf65ffb92809fb381d4a3d1e309ccced\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++978+ tail -n1 +978+ STATUS_CODE=200 ++978+ jq -r .notarizationStatus.status ++978+ echo '{"uuid":"d7ea653d-cb0f-447b-ba31-4e73012f4190","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\":' '\"a17f1594-83c2-4625-bbf0-63d873f39ba0\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg\",\n' '\"uploadDate\":' '\"2024-05-02T10:30:59.709Z\",\n' '\"sha256\":' '\"193d77434091eefa8940b7c571b4ebbe489d5ea37e2f2b003dbdb83a8098ad98\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4091a5c69ac2a94112574b8e12c84a25a8e2728b\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2e58a8afaf65ffb92809fb381d4a3d1e309ccced\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.x86_64_4.32.0.20240502-0721/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00fda142f82025ddc29a3ff87f899862c2236492\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9517a970b176bde72cd73887e2587a3574716110\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202404271024.jar/os/macosx/aarch64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"50fc9467b481470c338dc43a127237b8707906e4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202404271024.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"40608b0985fcc6a6c19972208b5cb65c1af0ea6a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6934a02a15f0a67c1e58cf0b19feee828ad360d6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dd9cfb912acc0ee8e137d9d841a2dcd62c6dc3e4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d05337058ff069045bfdbe0c903cccd5e6be9cff\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a678702718088d6722b354cfc41a39c33e780c44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4cd63ba153c62631630a11716bdd007fba863065\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"230f835ee00d93c808df43d0c2991635e80e63a3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9498519d56e66afbc98652661d338edd66a0e4c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b909a667f52716ac4263b8097072a85066bc7d23\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f53a30c10008284e16acc1158381119b2463084\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"221287cc2221f20ec84c875388b7a239b06304d0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"829d0d770326ae7073f74579bf678eac3c4828bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0afdad31f5216b285a02d8a790021d33668c89f9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26455017ff930a947b3886eeabed2cc462355cb2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1b702166e0355241d63314f57d901f39f13bac0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99175cdd438e9155db559ba8389441297b93986c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"df7980d9033f04fb2a6341bcd93a729411129a27\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"888c55093caeb579a852e764aeb69420c7d398b5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"597b23ed4e29196566607e54893ec9cf410e669a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64-16376254706710921768.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2e58a8afaf65ffb92809fb381d4a3d1e309ccced\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +978+ STATUS=COMPLETE +978+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +978+ [[ 200 == \5\0\3 ]] +978+ [[ 200 == \5\0\2 ]] +978+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +978+ break +978+ rm eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64.dmg +978+ curl -JO https://cbi.eclipse.org/macos/xcrun/d7ea653d-cb0f-447b-ba31-4e73012f4190/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 44.3M 0 44.3M 0 0 80.3M 0 --:--:-- --:--:-- --:--:-- 80.1M 100 131M 0 131M 0 0 84.6M 0 --:--:-- 0:00:01 --:--:-- 84.5M++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3053e8ed-c850-4c7b-bec8-32409f30f05e/status +204+ RESPONSE_RAW='{"uuid":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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 100 219M 0 219M 0 0 86.1M 0 --:--:-- 0:00:02 --:--:-- 86.0M 100 301M 0 301M 0 0 84.6M 0 --:--:-- 0:00:03 --:--:-- 84.6M 100 371M 0 371M 0 0 85.2M 0 --:--:-- 0:00:04 --:--:-- 85.2M curl: Saved to filename 'eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64.dmg' +978+ cp -vf eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64.dmg 'eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64.dmg' ++978+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64.dmg +978+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++978+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64.dmg +978+ b=eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64.dmg +978+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +978+ md5sum eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64.dmg +978+ sha1sum eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64.dmg +978+ sha512sum -b eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64.dmg +978+ rm eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +978+ rm -f eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5 +978+ rm -f eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +978+ rm -f eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++606+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9de0b02b-f693-4031-8f06-017ea804231a/status +606+ RESPONSE_RAW='{"uuid":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e0d89e5-f0e7-45f1-9712-2840315d2e54/status +1050+ RESPONSE_RAW='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++844+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9386617-8178-4c08-b848-8c4ae79be7fc/status +844+ RESPONSE_RAW='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++844+ head -n1 +844+ RESPONSE='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++844+ tail -n1 +844+ STATUS_CODE=200 ++844+ echo '{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++844+ jq -r .notarizationStatus.status +844+ STATUS=IN_PROGRESS +844+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +844+ sleep 1m ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5/status +658+ RESPONSE_RAW='{"uuid":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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 ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/836bb1a1-720c-4524-a525-dba6a5700e91/status +502+ RESPONSE_RAW='{"uuid":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c875cac9-31d9-4f03-8730-38f1c3af7252/status +182+ RESPONSE_RAW='{"uuid":"c875cac9-31d9-4f03-8730-38f1c3af7252","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\": \"0004679b-bfbd-472f-9e79-08130ac0c04d\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg\",\n \"uploadDate\": \"2024-05-02T10:26:23.891Z\",\n \"sha256\": \"8efc1e06bd547a51d3d98d73574392872b9f359d0c9925974d2daeed8c60773f\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4c81ad7882a6e49bd27009347d7d947637ea7a07\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1b5e7350f984b89c36af6c57597621307ebf9344\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.aarch64_4.32.0.20240502-0721/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9517a970b176bde72cd73887e2587a3574716110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e75db07b4a780a4a3ca6b5f09b4b570025c61360\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"311fbf36e0faf69ad47e500ccdf9313ab54820aa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a40d382b16e9c93e89b7cdc5b4d44d4cf0951fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-arm64.tar.gz/node-v18.18.2-darwin-arm64.tar/node-v18.18.2-darwin-arm64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5c603626f3228a610f77d506adf2f08150063f4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ee1390bac3aac18f9089c4744a742477158b1af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48aff537996048403a657ca3651c35b6e7dad18a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd60513572c0ac340c79494a8883607242b6442b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e8201cca40596294188cd2df95e27bbc27940f25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bb245c57e04dc229f1268a96aead5147247e41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf55166731342d0a65a6db3d53af4685a6989eae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c75665e4e8b555189c386b732164457e7b80ecb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb73a1bbd201c8a94927954d788373915491fc8e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecc25763935731c2bb4ed89545e95ca212329c57\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d322de95f588e486586106fb3adb7a232d3a727\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332b1856c718286e35df1ccc759286c63db7bc45\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15ce7577d3c990127085b8dea8174d740ec272ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90afc4edfee1782468fdec5cab180a7533d17aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ee8371af06189c4ba625d243b39788e73ae23401\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9f75fff6e0ce189bf1080663643a45742c85625\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"250670496974f7410a847531817b05c93421a50b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec72f9cc99370be1a2451258935cd31804791a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f186477e2121d809ee7726a77eddf0a9423734c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aedefb1ea0fd7715dca5337919eea223c053d604\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"662eeac930979eba6cc5183183417bce3445adc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f06a9a1117f6dcce48511e37da416126a39154\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459225ef2de331f6eb0d34425525db993e881ba8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"064850ce36f634d352d932fb9cd756bed17d3efb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"921731a090f37de78c45152302ed554449d3e963\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1b5e7350f984b89c36af6c57597621307ebf9344\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"c875cac9-31d9-4f03-8730-38f1c3af7252","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\": \"0004679b-bfbd-472f-9e79-08130ac0c04d\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg\",\n \"uploadDate\": \"2024-05-02T10:26:23.891Z\",\n \"sha256\": \"8efc1e06bd547a51d3d98d73574392872b9f359d0c9925974d2daeed8c60773f\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4c81ad7882a6e49bd27009347d7d947637ea7a07\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1b5e7350f984b89c36af6c57597621307ebf9344\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.aarch64_4.32.0.20240502-0721/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9517a970b176bde72cd73887e2587a3574716110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e75db07b4a780a4a3ca6b5f09b4b570025c61360\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"311fbf36e0faf69ad47e500ccdf9313ab54820aa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a40d382b16e9c93e89b7cdc5b4d44d4cf0951fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-arm64.tar.gz/node-v18.18.2-darwin-arm64.tar/node-v18.18.2-darwin-arm64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5c603626f3228a610f77d506adf2f08150063f4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ee1390bac3aac18f9089c4744a742477158b1af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48aff537996048403a657ca3651c35b6e7dad18a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd60513572c0ac340c79494a8883607242b6442b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e8201cca40596294188cd2df95e27bbc27940f25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bb245c57e04dc229f1268a96aead5147247e41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf55166731342d0a65a6db3d53af4685a6989eae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c75665e4e8b555189c386b732164457e7b80ecb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb73a1bbd201c8a94927954d788373915491fc8e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecc25763935731c2bb4ed89545e95ca212329c57\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d322de95f588e486586106fb3adb7a232d3a727\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332b1856c718286e35df1ccc759286c63db7bc45\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15ce7577d3c990127085b8dea8174d740ec272ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90afc4edfee1782468fdec5cab180a7533d17aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ee8371af06189c4ba625d243b39788e73ae23401\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9f75fff6e0ce189bf1080663643a45742c85625\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"250670496974f7410a847531817b05c93421a50b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec72f9cc99370be1a2451258935cd31804791a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f186477e2121d809ee7726a77eddf0a9423734c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aedefb1ea0fd7715dca5337919eea223c053d604\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"662eeac930979eba6cc5183183417bce3445adc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f06a9a1117f6dcce48511e37da416126a39154\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459225ef2de331f6eb0d34425525db993e881ba8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"064850ce36f634d352d932fb9cd756bed17d3efb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"921731a090f37de78c45152302ed554449d3e963\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1b5e7350f984b89c36af6c57597621307ebf9344\",\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":"c875cac9-31d9-4f03-8730-38f1c3af7252","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\":' '\"0004679b-bfbd-472f-9e79-08130ac0c04d\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg\",\n' '\"uploadDate\":' '\"2024-05-02T10:26:23.891Z\",\n' '\"sha256\":' '\"8efc1e06bd547a51d3d98d73574392872b9f359d0c9925974d2daeed8c60773f\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4c81ad7882a6e49bd27009347d7d947637ea7a07\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1b5e7350f984b89c36af6c57597621307ebf9344\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.aarch64_4.32.0.20240502-0721/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9517a970b176bde72cd73887e2587a3574716110\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e75db07b4a780a4a3ca6b5f09b4b570025c61360\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"311fbf36e0faf69ad47e500ccdf9313ab54820aa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7a40d382b16e9c93e89b7cdc5b4d44d4cf0951fa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-arm64.tar.gz/node-v18.18.2-darwin-arm64.tar/node-v18.18.2-darwin-arm64/bin/node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e5c603626f3228a610f77d506adf2f08150063f4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4ee1390bac3aac18f9089c4744a742477158b1af\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"48aff537996048403a657ca3651c35b6e7dad18a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cd60513572c0ac340c79494a8883607242b6442b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e8201cca40596294188cd2df95e27bbc27940f25\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bb245c57e04dc229f1268a96aead5147247e41\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf55166731342d0a65a6db3d53af4685a6989eae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c75665e4e8b555189c386b732164457e7b80ecb9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eb73a1bbd201c8a94927954d788373915491fc8e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ecc25763935731c2bb4ed89545e95ca212329c57\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2d322de95f588e486586106fb3adb7a232d3a727\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"332b1856c718286e35df1ccc759286c63db7bc45\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"15ce7577d3c990127085b8dea8174d740ec272ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90afc4edfee1782468fdec5cab180a7533d17aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ee8371af06189c4ba625d243b39788e73ae23401\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9f75fff6e0ce189bf1080663643a45742c85625\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"250670496974f7410a847531817b05c93421a50b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ec72f9cc99370be1a2451258935cd31804791a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f186477e2121d809ee7726a77eddf0a9423734c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aedefb1ea0fd7715dca5337919eea223c053d604\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"662eeac930979eba6cc5183183417bce3445adc0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6f06a9a1117f6dcce48511e37da416126a39154\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"459225ef2de331f6eb0d34425525db993e881ba8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"064850ce36f634d352d932fb9cd756bed17d3efb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"921731a090f37de78c45152302ed554449d3e963\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-aarch64-11402814079952121551.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1b5e7350f984b89c36af6c57597621307ebf9344\",\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-06-M2-macosx-cocoa-aarch64.dmg +182+ curl -JO https://cbi.eclipse.org/macos/xcrun/c875cac9-31d9-4f03-8730-38f1c3af7252/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 64.8M 0 64.8M 0 0 66.4M 0 --:--:-- --:--:-- --:--:-- 66.3M 100 157M 0 157M 0 0 79.9M 0 --:--:-- 0:00:01 --:--:-- 79.8M 100 248M 0 248M 0 0 83.3M 0 --:--:-- 0:00:02 --:--:-- 83.3M 100 336M 0 336M 0 0 84.7M 0 --:--:-- 0:00:03 --:--:-- 84.7M 100 407M 0 407M 0 0 81.8M 0 --:--:-- 0:00:04 --:--:-- 81.8M 100 502M 0 502M 0 0 84.1M 0 --:--:-- 0:00:05 --:--:-- 87.6M 100 516M 0 516M 0 0 84.2M 0 --:--:-- 0:00:06 --:--:-- 86.3M curl: Saved to filename 'eclipse-committers-2024-06-M2-macosx-cocoa-aarch64.dmg' +182+ cp -vf eclipse-committers-2024-06-M2-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-M2-macosx-cocoa-aarch64.dmg 'eclipse-committers-2024-06-M2-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-M2-macosx-cocoa-aarch64.dmg' ++182+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-M2-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-06-M2-macosx-cocoa-aarch64.dmg +182+ b=eclipse-committers-2024-06-M2-macosx-cocoa-aarch64.dmg +182+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +182+ md5sum eclipse-committers-2024-06-M2-macosx-cocoa-aarch64.dmg +182+ sha1sum eclipse-committers-2024-06-M2-macosx-cocoa-aarch64.dmg ++906+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ad7f8710-ae46-453e-bcda-9ae40acc6f56/status +906+ RESPONSE_RAW='{"uuid":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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 +182+ sha512sum -b eclipse-committers-2024-06-M2-macosx-cocoa-aarch64.dmg +182+ rm eclipse-committers-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize +182+ rm -f eclipse-committers-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.md5 +182+ rm -f eclipse-committers-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +182+ rm -f eclipse-committers-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++564+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1344ea29-183d-413b-b67e-eead0056e7f6/status +564+ RESPONSE_RAW='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++564+ head -n1 +564+ RESPONSE='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++564+ tail -n1 +564+ STATUS_CODE=200 ++564+ echo '{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++564+ jq -r .notarizationStatus.status +564+ STATUS=IN_PROGRESS +564+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +564+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3053e8ed-c850-4c7b-bec8-32409f30f05e/status +204+ RESPONSE_RAW='{"uuid":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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 ++606+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9de0b02b-f693-4031-8f06-017ea804231a/status +606+ RESPONSE_RAW='{"uuid":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e0d89e5-f0e7-45f1-9712-2840315d2e54/status +1050+ RESPONSE_RAW='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++844+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9386617-8178-4c08-b848-8c4ae79be7fc/status +844+ RESPONSE_RAW='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++844+ head -n1 +844+ RESPONSE='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++844+ tail -n1 +844+ STATUS_CODE=200 ++844+ echo '{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++844+ jq -r .notarizationStatus.status +844+ STATUS=IN_PROGRESS +844+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +844+ sleep 1m ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5/status +658+ RESPONSE_RAW='{"uuid":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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\": \"6bc0f702-2560-416e-a626-1f1a9a4478fe\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg\",\n \"uploadDate\": \"2024-05-02T10:27:56.873Z\",\n \"sha256\": \"539070447f6030c9ae5130f9fa1f9f6767ea786ecac439de0495f9a1bf732069\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bbc58bf91bc7e4a925327a4519fe9522945731b4\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7961c46fdb6663035b8173b61093beed9c6cc7b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.aarch64_4.32.0.20240502-0721/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9517a970b176bde72cd73887e2587a3574716110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202404271024.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"50fc9467b481470c338dc43a127237b8707906e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202404271024.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"40608b0985fcc6a6c19972208b5cb65c1af0ea6a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e75db07b4a780a4a3ca6b5f09b4b570025c61360\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"311fbf36e0faf69ad47e500ccdf9313ab54820aa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a40d382b16e9c93e89b7cdc5b4d44d4cf0951fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ee1390bac3aac18f9089c4744a742477158b1af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48aff537996048403a657ca3651c35b6e7dad18a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd60513572c0ac340c79494a8883607242b6442b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e8201cca40596294188cd2df95e27bbc27940f25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bb245c57e04dc229f1268a96aead5147247e41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf55166731342d0a65a6db3d53af4685a6989eae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c75665e4e8b555189c386b732164457e7b80ecb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb73a1bbd201c8a94927954d788373915491fc8e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecc25763935731c2bb4ed89545e95ca212329c57\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d322de95f588e486586106fb3adb7a232d3a727\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332b1856c718286e35df1ccc759286c63db7bc45\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15ce7577d3c990127085b8dea8174d740ec272ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90afc4edfee1782468fdec5cab180a7533d17aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ee8371af06189c4ba625d243b39788e73ae23401\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9f75fff6e0ce189bf1080663643a45742c85625\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"250670496974f7410a847531817b05c93421a50b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec72f9cc99370be1a2451258935cd31804791a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f186477e2121d809ee7726a77eddf0a9423734c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aedefb1ea0fd7715dca5337919eea223c053d604\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"662eeac930979eba6cc5183183417bce3445adc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f06a9a1117f6dcce48511e37da416126a39154\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459225ef2de331f6eb0d34425525db993e881ba8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"064850ce36f634d352d932fb9cd756bed17d3efb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"921731a090f37de78c45152302ed554449d3e963\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7961c46fdb6663035b8173b61093beed9c6cc7b\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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\": \"6bc0f702-2560-416e-a626-1f1a9a4478fe\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg\",\n \"uploadDate\": \"2024-05-02T10:27:56.873Z\",\n \"sha256\": \"539070447f6030c9ae5130f9fa1f9f6767ea786ecac439de0495f9a1bf732069\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bbc58bf91bc7e4a925327a4519fe9522945731b4\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7961c46fdb6663035b8173b61093beed9c6cc7b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.aarch64_4.32.0.20240502-0721/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9517a970b176bde72cd73887e2587a3574716110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202404271024.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"50fc9467b481470c338dc43a127237b8707906e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202404271024.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"40608b0985fcc6a6c19972208b5cb65c1af0ea6a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e75db07b4a780a4a3ca6b5f09b4b570025c61360\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"311fbf36e0faf69ad47e500ccdf9313ab54820aa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a40d382b16e9c93e89b7cdc5b4d44d4cf0951fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ee1390bac3aac18f9089c4744a742477158b1af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48aff537996048403a657ca3651c35b6e7dad18a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd60513572c0ac340c79494a8883607242b6442b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e8201cca40596294188cd2df95e27bbc27940f25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bb245c57e04dc229f1268a96aead5147247e41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf55166731342d0a65a6db3d53af4685a6989eae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c75665e4e8b555189c386b732164457e7b80ecb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb73a1bbd201c8a94927954d788373915491fc8e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecc25763935731c2bb4ed89545e95ca212329c57\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d322de95f588e486586106fb3adb7a232d3a727\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332b1856c718286e35df1ccc759286c63db7bc45\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15ce7577d3c990127085b8dea8174d740ec272ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90afc4edfee1782468fdec5cab180a7533d17aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ee8371af06189c4ba625d243b39788e73ae23401\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9f75fff6e0ce189bf1080663643a45742c85625\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"250670496974f7410a847531817b05c93421a50b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec72f9cc99370be1a2451258935cd31804791a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f186477e2121d809ee7726a77eddf0a9423734c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aedefb1ea0fd7715dca5337919eea223c053d604\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"662eeac930979eba6cc5183183417bce3445adc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f06a9a1117f6dcce48511e37da416126a39154\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459225ef2de331f6eb0d34425525db993e881ba8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"064850ce36f634d352d932fb9cd756bed17d3efb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"921731a090f37de78c45152302ed554449d3e963\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7961c46fdb6663035b8173b61093beed9c6cc7b\",\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":"d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5","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\":' '\"6bc0f702-2560-416e-a626-1f1a9a4478fe\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg\",\n' '\"uploadDate\":' '\"2024-05-02T10:27:56.873Z\",\n' '\"sha256\":' '\"539070447f6030c9ae5130f9fa1f9f6767ea786ecac439de0495f9a1bf732069\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bbc58bf91bc7e4a925327a4519fe9522945731b4\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d7961c46fdb6663035b8173b61093beed9c6cc7b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.aarch64_4.32.0.20240502-0721/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9517a970b176bde72cd73887e2587a3574716110\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202404271024.jar/os/macosx/aarch64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"50fc9467b481470c338dc43a127237b8707906e4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.6.0.202404271024.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"40608b0985fcc6a6c19972208b5cb65c1af0ea6a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e75db07b4a780a4a3ca6b5f09b4b570025c61360\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"311fbf36e0faf69ad47e500ccdf9313ab54820aa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7a40d382b16e9c93e89b7cdc5b4d44d4cf0951fa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4ee1390bac3aac18f9089c4744a742477158b1af\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"48aff537996048403a657ca3651c35b6e7dad18a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cd60513572c0ac340c79494a8883607242b6442b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e8201cca40596294188cd2df95e27bbc27940f25\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bb245c57e04dc229f1268a96aead5147247e41\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf55166731342d0a65a6db3d53af4685a6989eae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c75665e4e8b555189c386b732164457e7b80ecb9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eb73a1bbd201c8a94927954d788373915491fc8e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ecc25763935731c2bb4ed89545e95ca212329c57\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2d322de95f588e486586106fb3adb7a232d3a727\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"332b1856c718286e35df1ccc759286c63db7bc45\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"15ce7577d3c990127085b8dea8174d740ec272ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90afc4edfee1782468fdec5cab180a7533d17aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ee8371af06189c4ba625d243b39788e73ae23401\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9f75fff6e0ce189bf1080663643a45742c85625\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"250670496974f7410a847531817b05c93421a50b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ec72f9cc99370be1a2451258935cd31804791a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f186477e2121d809ee7726a77eddf0a9423734c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aedefb1ea0fd7715dca5337919eea223c053d604\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"662eeac930979eba6cc5183183417bce3445adc0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6f06a9a1117f6dcce48511e37da416126a39154\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"459225ef2de331f6eb0d34425525db993e881ba8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"064850ce36f634d352d932fb9cd756bed17d3efb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"921731a090f37de78c45152302ed554449d3e963\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64-14378196132270690125.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d7961c46fdb6663035b8173b61093beed9c6cc7b\",\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-cpp-2024-06-M2-macosx-cocoa-aarch64.dmg +658+ curl -JO https://cbi.eclipse.org/macos/xcrun/d70e0ba6-363e-4c62-8ff0-255ed6fa4ea5/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.6M 0 15.6M 0 0 65.0M 0 --:--:-- --:--:-- --:--:-- 64.8M 100 91.2M 0 91.2M 0 0 74.0M 0 --:--:-- 0:00:01 --:--:-- 74.0M 100 170M 0 170M 0 0 76.2M 0 --:--:-- 0:00:02 --:--:-- 76.1M 100 238M 0 238M 0 0 73.8M 0 --:--:-- 0:00:03 --:--:-- 73.7M 100 323M 0 323M 0 0 76.3M 0 --:--:-- 0:00:04 --:--:-- 76.3M 100 370M 0 370M 0 0 76.9M 0 --:--:-- 0:00:04 --:--:-- 77.5M curl: Saved to filename 'eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64.dmg' +658+ cp -vf eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64.dmg 'eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64.dmg' ++658+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64.dmg +658+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++658+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64.dmg +658+ b=eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64.dmg +658+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +658+ md5sum eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64.dmg +658+ sha1sum eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64.dmg +658+ sha512sum -b eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64.dmg ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/836bb1a1-720c-4524-a525-dba6a5700e91/status +502+ RESPONSE_RAW='{"uuid":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","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 +658+ rm eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize +658+ rm -f eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.md5 +658+ rm -f eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +658+ rm -f eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++906+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ad7f8710-ae46-453e-bcda-9ae40acc6f56/status +906+ RESPONSE_RAW='{"uuid":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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 ++564+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1344ea29-183d-413b-b67e-eead0056e7f6/status +564+ RESPONSE_RAW='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++564+ head -n1 +564+ RESPONSE='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++564+ tail -n1 +564+ STATUS_CODE=200 ++564+ echo '{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++564+ jq -r .notarizationStatus.status +564+ STATUS=IN_PROGRESS +564+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +564+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3053e8ed-c850-4c7b-bec8-32409f30f05e/status +204+ RESPONSE_RAW='{"uuid":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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 ++606+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9de0b02b-f693-4031-8f06-017ea804231a/status +606+ RESPONSE_RAW='{"uuid":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e0d89e5-f0e7-45f1-9712-2840315d2e54/status +1050+ RESPONSE_RAW='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++844+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9386617-8178-4c08-b848-8c4ae79be7fc/status +844+ RESPONSE_RAW='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++844+ head -n1 +844+ RESPONSE='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++844+ tail -n1 +844+ STATUS_CODE=200 ++844+ echo '{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++844+ jq -r .notarizationStatus.status +844+ STATUS=IN_PROGRESS +844+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +844+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/836bb1a1-720c-4524-a525-dba6a5700e91/status +502+ RESPONSE_RAW='{"uuid":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","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/ad7f8710-ae46-453e-bcda-9ae40acc6f56/status +906+ RESPONSE_RAW='{"uuid":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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\": \"a0760e04-c101-40dc-9c59-b56b16a2ded0\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg\",\n \"uploadDate\": \"2024-05-02T10:31:38.695Z\",\n \"sha256\": \"19dc2f66a0162022ff299632a9d3d4ae9f2b31c044af31672f4131914b391ed1\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"229ed9090088893822a1e4cd239809351d71a489\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00862a19e83e4be8b66bca82944c412ab296d947\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.x86_64_4.32.0.20240502-0721/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9517a970b176bde72cd73887e2587a3574716110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6934a02a15f0a67c1e58cf0b19feee828ad360d6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dd9cfb912acc0ee8e137d9d841a2dcd62c6dc3e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d05337058ff069045bfdbe0c903cccd5e6be9cff\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-x64.tar.gz/node-v18.18.2-darwin-x64.tar/node-v18.18.2-darwin-x64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"74a1702d0b99002f268fbd6bbd110670a579fbdc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a678702718088d6722b354cfc41a39c33e780c44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4cd63ba153c62631630a11716bdd007fba863065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"230f835ee00d93c808df43d0c2991635e80e63a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9498519d56e66afbc98652661d338edd66a0e4c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b909a667f52716ac4263b8097072a85066bc7d23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f53a30c10008284e16acc1158381119b2463084\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"221287cc2221f20ec84c875388b7a239b06304d0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"829d0d770326ae7073f74579bf678eac3c4828bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0afdad31f5216b285a02d8a790021d33668c89f9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26455017ff930a947b3886eeabed2cc462355cb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1b702166e0355241d63314f57d901f39f13bac0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99175cdd438e9155db559ba8389441297b93986c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df7980d9033f04fb2a6341bcd93a729411129a27\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"888c55093caeb579a852e764aeb69420c7d398b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"597b23ed4e29196566607e54893ec9cf410e669a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00862a19e83e4be8b66bca82944c412ab296d947\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": [\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/wsdluddi.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/soapudws.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/uddiref.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.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' ++906+ head -n1 +906+ RESPONSE='{"uuid":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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\": \"a0760e04-c101-40dc-9c59-b56b16a2ded0\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg\",\n \"uploadDate\": \"2024-05-02T10:31:38.695Z\",\n \"sha256\": \"19dc2f66a0162022ff299632a9d3d4ae9f2b31c044af31672f4131914b391ed1\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"229ed9090088893822a1e4cd239809351d71a489\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00862a19e83e4be8b66bca82944c412ab296d947\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.x86_64_4.32.0.20240502-0721/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9517a970b176bde72cd73887e2587a3574716110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6934a02a15f0a67c1e58cf0b19feee828ad360d6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dd9cfb912acc0ee8e137d9d841a2dcd62c6dc3e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d05337058ff069045bfdbe0c903cccd5e6be9cff\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-x64.tar.gz/node-v18.18.2-darwin-x64.tar/node-v18.18.2-darwin-x64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"74a1702d0b99002f268fbd6bbd110670a579fbdc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a678702718088d6722b354cfc41a39c33e780c44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4cd63ba153c62631630a11716bdd007fba863065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"230f835ee00d93c808df43d0c2991635e80e63a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9498519d56e66afbc98652661d338edd66a0e4c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b909a667f52716ac4263b8097072a85066bc7d23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f53a30c10008284e16acc1158381119b2463084\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"221287cc2221f20ec84c875388b7a239b06304d0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"829d0d770326ae7073f74579bf678eac3c4828bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0afdad31f5216b285a02d8a790021d33668c89f9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26455017ff930a947b3886eeabed2cc462355cb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1b702166e0355241d63314f57d901f39f13bac0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99175cdd438e9155db559ba8389441297b93986c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df7980d9033f04fb2a6341bcd93a729411129a27\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"888c55093caeb579a852e764aeb69420c7d398b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"597b23ed4e29196566607e54893ec9cf410e669a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00862a19e83e4be8b66bca82944c412ab296d947\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": [\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/wsdluddi.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/soapudws.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/uddiref.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.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"}}' ++906+ tail -n1 +906+ STATUS_CODE=200 ++906+ jq -r .notarizationStatus.status ++906+ echo '{"uuid":"ad7f8710-ae46-453e-bcda-9ae40acc6f56","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\":' '\"a0760e04-c101-40dc-9c59-b56b16a2ded0\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg\",\n' '\"uploadDate\":' '\"2024-05-02T10:31:38.695Z\",\n' '\"sha256\":' '\"19dc2f66a0162022ff299632a9d3d4ae9f2b31c044af31672f4131914b391ed1\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"229ed9090088893822a1e4cd239809351d71a489\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00862a19e83e4be8b66bca82944c412ab296d947\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.x86_64_4.32.0.20240502-0721/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00fda142f82025ddc29a3ff87f899862c2236492\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9517a970b176bde72cd73887e2587a3574716110\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6934a02a15f0a67c1e58cf0b19feee828ad360d6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dd9cfb912acc0ee8e137d9d841a2dcd62c6dc3e4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d05337058ff069045bfdbe0c903cccd5e6be9cff\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-x64.tar.gz/node-v18.18.2-darwin-x64.tar/node-v18.18.2-darwin-x64/bin/node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"74a1702d0b99002f268fbd6bbd110670a579fbdc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a678702718088d6722b354cfc41a39c33e780c44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4cd63ba153c62631630a11716bdd007fba863065\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"230f835ee00d93c808df43d0c2991635e80e63a3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9498519d56e66afbc98652661d338edd66a0e4c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b909a667f52716ac4263b8097072a85066bc7d23\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f53a30c10008284e16acc1158381119b2463084\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"221287cc2221f20ec84c875388b7a239b06304d0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"829d0d770326ae7073f74579bf678eac3c4828bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0afdad31f5216b285a02d8a790021d33668c89f9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26455017ff930a947b3886eeabed2cc462355cb2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1b702166e0355241d63314f57d901f39f13bac0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99175cdd438e9155db559ba8389441297b93986c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"df7980d9033f04fb2a6341bcd93a729411129a27\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"888c55093caeb579a852e764aeb69420c7d398b5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"597b23ed4e29196566607e54893ec9cf410e669a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00862a19e83e4be8b66bca82944c412ab296d947\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' '[\n' '{\n' '\"severity\":' '\"warning\",\n' '\"code\":' 'null,\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/wsdluddi.cdr\",\n' '\"message\":' '\"b'\''hdiutil:' attach failed - image not 'recognized\\\\n'\''\",\n' '\"docUrl\":' 'null,\n' '\"architecture\":' 'null\n' '},\n' '{\n' '\"severity\":' '\"warning\",\n' '\"code\":' 'null,\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/soapudws.cdr\",\n' '\"message\":' '\"b'\''hdiutil:' attach failed - image not 'recognized\\\\n'\''\",\n' '\"docUrl\":' 'null,\n' '\"architecture\":' 'null\n' '},\n' '{\n' '\"severity\":' '\"warning\",\n' '\"code\":' 'null,\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/uddiref.cdr\",\n' '\"message\":' '\"b'\''hdiutil:' attach failed - image not 'recognized\\\\n'\''\",\n' '\"docUrl\":' 'null,\n' '\"architecture\":' 'null\n' '},\n' '{\n' '\"severity\":' '\"warning\",\n' '\"code\":' 'null,\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-x86_64-7648620254254875993.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"}}' +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-jee-2024-06-M2-macosx-cocoa-x86_64.dmg +906+ curl -JO https://cbi.eclipse.org/macos/xcrun/ad7f8710-ae46-453e-bcda-9ae40acc6f56/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 77.0M 0 77.0M 0 0 78.9M 0 --:--:-- --:--:-- --:--:-- 78.8M 100 154M 0 154M 0 0 77.8M 0 --:--:-- 0:00:01 --:--:-- 77.7M 100 231M 0 231M 0 0 77.7M 0 --:--:-- 0:00:02 --:--:-- 77.6M 100 313M 0 313M 0 0 78.7M 0 --:--:-- 0:00:03 --:--:-- 78.7M 100 397M 0 397M 0 0 79.9M 0 --:--:-- 0:00:04 --:--:-- 79.9M 100 468M 0 468M 0 0 78.2M 0 --:--:-- 0:00:05 --:--:-- 78.1M 100 534M 0 534M 0 0 76.6M 0 --:--:-- 0:00:06 --:--:-- 76.2M 100 539M 0 539M 0 0 76.8M 0 --:--:-- 0:00:07 --:--:-- 76.2M curl: Saved to filename 'eclipse-jee-2024-06-M2-macosx-cocoa-x86_64.dmg' +906+ cp -vf eclipse-jee-2024-06-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-M2-macosx-cocoa-x86_64.dmg 'eclipse-jee-2024-06-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-M2-macosx-cocoa-x86_64.dmg' ++906+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-M2-macosx-cocoa-x86_64.dmg +906+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++906+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-M2-macosx-cocoa-x86_64.dmg +906+ b=eclipse-jee-2024-06-M2-macosx-cocoa-x86_64.dmg +906+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +906+ md5sum eclipse-jee-2024-06-M2-macosx-cocoa-x86_64.dmg +906+ sha1sum eclipse-jee-2024-06-M2-macosx-cocoa-x86_64.dmg +906+ sha512sum -b eclipse-jee-2024-06-M2-macosx-cocoa-x86_64.dmg ++564+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1344ea29-183d-413b-b67e-eead0056e7f6/status +564+ RESPONSE_RAW='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++564+ head -n1 +564+ RESPONSE='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++564+ tail -n1 +564+ STATUS_CODE=200 ++564+ echo '{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++564+ jq -r .notarizationStatus.status +564+ STATUS=IN_PROGRESS +564+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +564+ sleep 1m +906+ rm eclipse-jee-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +906+ rm -f eclipse-jee-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5 +906+ rm -f eclipse-jee-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +906+ rm -f eclipse-jee-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3053e8ed-c850-4c7b-bec8-32409f30f05e/status +204+ RESPONSE_RAW='{"uuid":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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 ++606+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9de0b02b-f693-4031-8f06-017ea804231a/status +606+ RESPONSE_RAW='{"uuid":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e0d89e5-f0e7-45f1-9712-2840315d2e54/status +1050+ RESPONSE_RAW='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++844+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9386617-8178-4c08-b848-8c4ae79be7fc/status +844+ RESPONSE_RAW='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++844+ head -n1 +844+ RESPONSE='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++844+ tail -n1 +844+ STATUS_CODE=200 ++844+ echo '{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++844+ jq -r .notarizationStatus.status +844+ STATUS=IN_PROGRESS +844+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +844+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/836bb1a1-720c-4524-a525-dba6a5700e91/status +502+ RESPONSE_RAW='{"uuid":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","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 ++564+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1344ea29-183d-413b-b67e-eead0056e7f6/status +564+ RESPONSE_RAW='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++564+ head -n1 +564+ RESPONSE='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++564+ tail -n1 +564+ STATUS_CODE=200 ++564+ echo '{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++564+ jq -r .notarizationStatus.status +564+ STATUS=IN_PROGRESS +564+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +564+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3053e8ed-c850-4c7b-bec8-32409f30f05e/status +204+ RESPONSE_RAW='{"uuid":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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\": \"6a196e23-a9c1-492b-b671-ef21db76af51\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg\",\n \"uploadDate\": \"2024-05-02T10:27:15.470Z\",\n \"sha256\": \"c2d7afab8cfa7554c4cdf18cdb5bd31341c0b283dead25f19b5c1c5a6ed02c02\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01f703a399427f4bcef22f230db69a25a6856da3\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9e9a583d0826db08231d1d67a7e09568119290e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.x86_64_4.32.0.20240502-0721/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9517a970b176bde72cd73887e2587a3574716110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6934a02a15f0a67c1e58cf0b19feee828ad360d6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dd9cfb912acc0ee8e137d9d841a2dcd62c6dc3e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d05337058ff069045bfdbe0c903cccd5e6be9cff\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a678702718088d6722b354cfc41a39c33e780c44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4cd63ba153c62631630a11716bdd007fba863065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"230f835ee00d93c808df43d0c2991635e80e63a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9498519d56e66afbc98652661d338edd66a0e4c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b909a667f52716ac4263b8097072a85066bc7d23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f53a30c10008284e16acc1158381119b2463084\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"221287cc2221f20ec84c875388b7a239b06304d0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"829d0d770326ae7073f74579bf678eac3c4828bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0afdad31f5216b285a02d8a790021d33668c89f9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26455017ff930a947b3886eeabed2cc462355cb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1b702166e0355241d63314f57d901f39f13bac0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99175cdd438e9155db559ba8389441297b93986c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df7980d9033f04fb2a6341bcd93a729411129a27\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"888c55093caeb579a852e764aeb69420c7d398b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"597b23ed4e29196566607e54893ec9cf410e669a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9e9a583d0826db08231d1d67a7e09568119290e4\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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\": \"6a196e23-a9c1-492b-b671-ef21db76af51\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg\",\n \"uploadDate\": \"2024-05-02T10:27:15.470Z\",\n \"sha256\": \"c2d7afab8cfa7554c4cdf18cdb5bd31341c0b283dead25f19b5c1c5a6ed02c02\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01f703a399427f4bcef22f230db69a25a6856da3\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9e9a583d0826db08231d1d67a7e09568119290e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.x86_64_4.32.0.20240502-0721/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9517a970b176bde72cd73887e2587a3574716110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6934a02a15f0a67c1e58cf0b19feee828ad360d6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dd9cfb912acc0ee8e137d9d841a2dcd62c6dc3e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d05337058ff069045bfdbe0c903cccd5e6be9cff\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a678702718088d6722b354cfc41a39c33e780c44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4cd63ba153c62631630a11716bdd007fba863065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"230f835ee00d93c808df43d0c2991635e80e63a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9498519d56e66afbc98652661d338edd66a0e4c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b909a667f52716ac4263b8097072a85066bc7d23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f53a30c10008284e16acc1158381119b2463084\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"221287cc2221f20ec84c875388b7a239b06304d0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"829d0d770326ae7073f74579bf678eac3c4828bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0afdad31f5216b285a02d8a790021d33668c89f9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26455017ff930a947b3886eeabed2cc462355cb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1b702166e0355241d63314f57d901f39f13bac0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99175cdd438e9155db559ba8389441297b93986c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df7980d9033f04fb2a6341bcd93a729411129a27\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"888c55093caeb579a852e764aeb69420c7d398b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"597b23ed4e29196566607e54893ec9cf410e669a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9e9a583d0826db08231d1d67a7e09568119290e4\",\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":"3053e8ed-c850-4c7b-bec8-32409f30f05e","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\":' '\"6a196e23-a9c1-492b-b671-ef21db76af51\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg\",\n' '\"uploadDate\":' '\"2024-05-02T10:27:15.470Z\",\n' '\"sha256\":' '\"c2d7afab8cfa7554c4cdf18cdb5bd31341c0b283dead25f19b5c1c5a6ed02c02\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"01f703a399427f4bcef22f230db69a25a6856da3\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9e9a583d0826db08231d1d67a7e09568119290e4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.x86_64_4.32.0.20240502-0721/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00fda142f82025ddc29a3ff87f899862c2236492\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9517a970b176bde72cd73887e2587a3574716110\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6934a02a15f0a67c1e58cf0b19feee828ad360d6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dd9cfb912acc0ee8e137d9d841a2dcd62c6dc3e4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d05337058ff069045bfdbe0c903cccd5e6be9cff\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a678702718088d6722b354cfc41a39c33e780c44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4cd63ba153c62631630a11716bdd007fba863065\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"230f835ee00d93c808df43d0c2991635e80e63a3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9498519d56e66afbc98652661d338edd66a0e4c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b909a667f52716ac4263b8097072a85066bc7d23\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f53a30c10008284e16acc1158381119b2463084\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"221287cc2221f20ec84c875388b7a239b06304d0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"829d0d770326ae7073f74579bf678eac3c4828bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0afdad31f5216b285a02d8a790021d33668c89f9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26455017ff930a947b3886eeabed2cc462355cb2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1b702166e0355241d63314f57d901f39f13bac0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99175cdd438e9155db559ba8389441297b93986c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"df7980d9033f04fb2a6341bcd93a729411129a27\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"888c55093caeb579a852e764aeb69420c7d398b5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"597b23ed4e29196566607e54893ec9cf410e669a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64-6371274971039544228.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9e9a583d0826db08231d1d67a7e09568119290e4\",\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-modeling-2024-06-M2-macosx-cocoa-x86_64.dmg +204+ curl -JO https://cbi.eclipse.org/macos/xcrun/3053e8ed-c850-4c7b-bec8-32409f30f05e/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 27.9M 0 27.9M 0 0 64.0M 0 --:--:-- --:--:-- --:--:-- 63.9M 100 108M 0 108M 0 0 75.8M 0 --:--:-- 0:00:01 --:--:-- 75.7M 100 171M 0 171M 0 0 70.1M 0 --:--:-- 0:00:02 --:--:-- 70.1M 100 252M 0 252M 0 0 73.5M 0 --:--:-- 0:00:03 --:--:-- 73.5M 100 328M 0 328M 0 0 73.9M 0 --:--:-- 0:00:04 --:--:-- 73.9M 100 398M 0 398M 0 0 73.3M 0 --:--:-- 0:00:05 --:--:-- 74.1M 100 467M 0 467M 0 0 72.6M 0 --:--:-- 0:00:06 --:--:-- 71.7M 100 544M 0 544M 0 0 73.1M 0 --:--:-- 0:00:07 --:--:-- 74.6M 100 593M 0 593M 0 0 73.2M 0 --:--:-- 0:00:08 --:--:-- 73.0M curl: Saved to filename 'eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64.dmg' +204+ cp -vf eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64.dmg 'eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64.dmg' ++204+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64.dmg +204+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++204+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64.dmg +204+ b=eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64.dmg +204+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +204+ md5sum eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64.dmg +204+ sha1sum eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64.dmg +204+ sha512sum -b eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64.dmg +204+ rm eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +204+ rm -f eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5 +204+ rm -f eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +204+ rm -f eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++606+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9de0b02b-f693-4031-8f06-017ea804231a/status +606+ RESPONSE_RAW='{"uuid":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e0d89e5-f0e7-45f1-9712-2840315d2e54/status +1050+ RESPONSE_RAW='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++844+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9386617-8178-4c08-b848-8c4ae79be7fc/status +844+ RESPONSE_RAW='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++844+ head -n1 +844+ RESPONSE='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++844+ tail -n1 +844+ STATUS_CODE=200 ++844+ echo '{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++844+ jq -r .notarizationStatus.status +844+ STATUS=IN_PROGRESS +844+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +844+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/836bb1a1-720c-4524-a525-dba6a5700e91/status +502+ RESPONSE_RAW='{"uuid":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","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 ++564+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1344ea29-183d-413b-b67e-eead0056e7f6/status +564+ RESPONSE_RAW='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++564+ head -n1 +564+ RESPONSE='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++564+ tail -n1 +564+ STATUS_CODE=200 ++564+ echo '{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++564+ jq -r .notarizationStatus.status +564+ STATUS=IN_PROGRESS +564+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +564+ sleep 1m ++606+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9de0b02b-f693-4031-8f06-017ea804231a/status +606+ RESPONSE_RAW='{"uuid":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e0d89e5-f0e7-45f1-9712-2840315d2e54/status +1050+ RESPONSE_RAW='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++844+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9386617-8178-4c08-b848-8c4ae79be7fc/status +844+ RESPONSE_RAW='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++844+ head -n1 +844+ RESPONSE='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++844+ tail -n1 +844+ STATUS_CODE=200 ++844+ echo '{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++844+ jq -r .notarizationStatus.status +844+ STATUS=IN_PROGRESS +844+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +844+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/836bb1a1-720c-4524-a525-dba6a5700e91/status +502+ RESPONSE_RAW='{"uuid":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","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 ++564+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1344ea29-183d-413b-b67e-eead0056e7f6/status +564+ RESPONSE_RAW='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++564+ head -n1 +564+ RESPONSE='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++564+ tail -n1 +564+ STATUS_CODE=200 ++564+ echo '{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++564+ jq -r .notarizationStatus.status +564+ STATUS=IN_PROGRESS +564+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +564+ sleep 1m ++606+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9de0b02b-f693-4031-8f06-017ea804231a/status +606+ RESPONSE_RAW='{"uuid":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e0d89e5-f0e7-45f1-9712-2840315d2e54/status +1050+ RESPONSE_RAW='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++844+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9386617-8178-4c08-b848-8c4ae79be7fc/status +844+ RESPONSE_RAW='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++844+ head -n1 +844+ RESPONSE='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++844+ tail -n1 +844+ STATUS_CODE=200 ++844+ echo '{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++844+ jq -r .notarizationStatus.status +844+ STATUS=IN_PROGRESS +844+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +844+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/836bb1a1-720c-4524-a525-dba6a5700e91/status +502+ RESPONSE_RAW='{"uuid":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","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 ++564+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1344ea29-183d-413b-b67e-eead0056e7f6/status +564+ RESPONSE_RAW='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++564+ head -n1 +564+ RESPONSE='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++564+ tail -n1 +564+ STATUS_CODE=200 ++564+ echo '{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++564+ jq -r .notarizationStatus.status +564+ STATUS=IN_PROGRESS +564+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +564+ sleep 1m ++606+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9de0b02b-f693-4031-8f06-017ea804231a/status +606+ RESPONSE_RAW='{"uuid":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e0d89e5-f0e7-45f1-9712-2840315d2e54/status +1050+ RESPONSE_RAW='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","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\": \"cb2b8680-b867-4981-b9cb-49196fae9fd5\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg\",\n \"uploadDate\": \"2024-05-02T10:32:13.577Z\",\n \"sha256\": \"82161dbac5a5fc7f5ed1dd4dff2c200646f96b653c3f8c123b01d5326db26f53\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af96cd3ee5250241aaa50e2dbb216bbf4dab310e\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca194b77b6e3cf6339319a081b868a47e45dc084\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.x86_64_4.32.0.20240502-0721/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9517a970b176bde72cd73887e2587a3574716110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6934a02a15f0a67c1e58cf0b19feee828ad360d6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dd9cfb912acc0ee8e137d9d841a2dcd62c6dc3e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d05337058ff069045bfdbe0c903cccd5e6be9cff\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-x64.tar.gz/node-v18.18.2-darwin-x64.tar/node-v18.18.2-darwin-x64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"74a1702d0b99002f268fbd6bbd110670a579fbdc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a678702718088d6722b354cfc41a39c33e780c44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4cd63ba153c62631630a11716bdd007fba863065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"230f835ee00d93c808df43d0c2991635e80e63a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9498519d56e66afbc98652661d338edd66a0e4c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b909a667f52716ac4263b8097072a85066bc7d23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f53a30c10008284e16acc1158381119b2463084\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"221287cc2221f20ec84c875388b7a239b06304d0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"829d0d770326ae7073f74579bf678eac3c4828bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0afdad31f5216b285a02d8a790021d33668c89f9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26455017ff930a947b3886eeabed2cc462355cb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1b702166e0355241d63314f57d901f39f13bac0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99175cdd438e9155db559ba8389441297b93986c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df7980d9033f04fb2a6341bcd93a729411129a27\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"888c55093caeb579a852e764aeb69420c7d398b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"597b23ed4e29196566607e54893ec9cf410e669a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca194b77b6e3cf6339319a081b868a47e45dc084\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","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\": \"cb2b8680-b867-4981-b9cb-49196fae9fd5\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg\",\n \"uploadDate\": \"2024-05-02T10:32:13.577Z\",\n \"sha256\": \"82161dbac5a5fc7f5ed1dd4dff2c200646f96b653c3f8c123b01d5326db26f53\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af96cd3ee5250241aaa50e2dbb216bbf4dab310e\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca194b77b6e3cf6339319a081b868a47e45dc084\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.x86_64_4.32.0.20240502-0721/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9517a970b176bde72cd73887e2587a3574716110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6934a02a15f0a67c1e58cf0b19feee828ad360d6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dd9cfb912acc0ee8e137d9d841a2dcd62c6dc3e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d05337058ff069045bfdbe0c903cccd5e6be9cff\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-x64.tar.gz/node-v18.18.2-darwin-x64.tar/node-v18.18.2-darwin-x64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"74a1702d0b99002f268fbd6bbd110670a579fbdc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a678702718088d6722b354cfc41a39c33e780c44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4cd63ba153c62631630a11716bdd007fba863065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"230f835ee00d93c808df43d0c2991635e80e63a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9498519d56e66afbc98652661d338edd66a0e4c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b909a667f52716ac4263b8097072a85066bc7d23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f53a30c10008284e16acc1158381119b2463084\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"221287cc2221f20ec84c875388b7a239b06304d0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"829d0d770326ae7073f74579bf678eac3c4828bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0afdad31f5216b285a02d8a790021d33668c89f9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26455017ff930a947b3886eeabed2cc462355cb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1b702166e0355241d63314f57d901f39f13bac0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99175cdd438e9155db559ba8389441297b93986c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df7980d9033f04fb2a6341bcd93a729411129a27\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"888c55093caeb579a852e764aeb69420c7d398b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"597b23ed4e29196566607e54893ec9cf410e669a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca194b77b6e3cf6339319a081b868a47e45dc084\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ jq -r .notarizationStatus.status ++1050+ echo '{"uuid":"2e0d89e5-f0e7-45f1-9712-2840315d2e54","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\":' '\"cb2b8680-b867-4981-b9cb-49196fae9fd5\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg\",\n' '\"uploadDate\":' '\"2024-05-02T10:32:13.577Z\",\n' '\"sha256\":' '\"82161dbac5a5fc7f5ed1dd4dff2c200646f96b653c3f8c123b01d5326db26f53\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"af96cd3ee5250241aaa50e2dbb216bbf4dab310e\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca194b77b6e3cf6339319a081b868a47e45dc084\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.x86_64_4.32.0.20240502-0721/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00fda142f82025ddc29a3ff87f899862c2236492\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9517a970b176bde72cd73887e2587a3574716110\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6934a02a15f0a67c1e58cf0b19feee828ad360d6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dd9cfb912acc0ee8e137d9d841a2dcd62c6dc3e4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d05337058ff069045bfdbe0c903cccd5e6be9cff\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-x64.tar.gz/node-v18.18.2-darwin-x64.tar/node-v18.18.2-darwin-x64/bin/node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"74a1702d0b99002f268fbd6bbd110670a579fbdc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a678702718088d6722b354cfc41a39c33e780c44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4cd63ba153c62631630a11716bdd007fba863065\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"230f835ee00d93c808df43d0c2991635e80e63a3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9498519d56e66afbc98652661d338edd66a0e4c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b909a667f52716ac4263b8097072a85066bc7d23\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f53a30c10008284e16acc1158381119b2463084\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"221287cc2221f20ec84c875388b7a239b06304d0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"829d0d770326ae7073f74579bf678eac3c4828bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0afdad31f5216b285a02d8a790021d33668c89f9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26455017ff930a947b3886eeabed2cc462355cb2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1b702166e0355241d63314f57d901f39f13bac0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99175cdd438e9155db559ba8389441297b93986c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"df7980d9033f04fb2a6341bcd93a729411129a27\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"888c55093caeb579a852e764aeb69420c7d398b5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"597b23ed4e29196566607e54893ec9cf410e669a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M2-macosx-cocoa-x86_64-5521992379856229293.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca194b77b6e3cf6339319a081b868a47e45dc084\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +1050+ STATUS=COMPLETE +1050+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ [[ 200 == \5\0\3 ]] +1050+ [[ 200 == \5\0\2 ]] +1050+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +1050+ break +1050+ rm eclipse-committers-2024-06-M2-macosx-cocoa-x86_64.dmg +1050+ curl -JO https://cbi.eclipse.org/macos/xcrun/2e0d89e5-f0e7-45f1-9712-2840315d2e54/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 86.6M 0 86.6M 0 0 88.3M 0 --:--:-- --:--:-- --:--:-- 88.2M 100 169M 0 169M 0 0 85.5M 0 --:--:-- 0:00:01 --:--:-- 85.4M 100 248M 0 248M 0 0 83.3M 0 --:--:-- 0:00:02 --:--:-- 83.2M 100 325M 0 325M 0 0 81.7M 0 --:--:-- 0:00:03 --:--:-- 81.7M 100 404M 0 404M 0 0 81.2M 0 --:--:-- 0:00:04 --:--:-- 81.2M++844+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9386617-8178-4c08-b848-8c4ae79be7fc/status +844+ RESPONSE_RAW='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++844+ head -n1 +844+ RESPONSE='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++844+ tail -n1 +844+ STATUS_CODE=200 ++844+ echo '{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++844+ jq -r .notarizationStatus.status +844+ STATUS=IN_PROGRESS +844+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +844+ sleep 1m 100 474M 0 474M 0 0 79.2M 0 --:--:-- 0:00:05 --:--:-- 77.4M 100 519M 0 519M 0 0 77.6M 0 --:--:-- 0:00:06 --:--:-- 74.3M curl: Saved to filename 'eclipse-committers-2024-06-M2-macosx-cocoa-x86_64.dmg' +1050+ cp -vf eclipse-committers-2024-06-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-M2-macosx-cocoa-x86_64.dmg 'eclipse-committers-2024-06-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-M2-macosx-cocoa-x86_64.dmg' ++1050+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-M2-macosx-cocoa-x86_64.dmg +1050+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++1050+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-M2-macosx-cocoa-x86_64.dmg +1050+ b=eclipse-committers-2024-06-M2-macosx-cocoa-x86_64.dmg +1050+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +1050+ md5sum eclipse-committers-2024-06-M2-macosx-cocoa-x86_64.dmg +1050+ sha1sum eclipse-committers-2024-06-M2-macosx-cocoa-x86_64.dmg +1050+ sha512sum -b eclipse-committers-2024-06-M2-macosx-cocoa-x86_64.dmg +1050+ rm eclipse-committers-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +1050+ rm -f eclipse-committers-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5 +1050+ rm -f eclipse-committers-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +1050+ rm -f eclipse-committers-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/836bb1a1-720c-4524-a525-dba6a5700e91/status +502+ RESPONSE_RAW='{"uuid":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","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":"836bb1a1-720c-4524-a525-dba6a5700e91","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 ++564+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1344ea29-183d-413b-b67e-eead0056e7f6/status +564+ RESPONSE_RAW='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++564+ head -n1 +564+ RESPONSE='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++564+ tail -n1 +564+ STATUS_CODE=200 ++564+ echo '{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++564+ jq -r .notarizationStatus.status +564+ STATUS=IN_PROGRESS +564+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +564+ sleep 1m ++606+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9de0b02b-f693-4031-8f06-017ea804231a/status +606+ RESPONSE_RAW='{"uuid":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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 ++844+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9386617-8178-4c08-b848-8c4ae79be7fc/status +844+ RESPONSE_RAW='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","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\": \"e8081ba3-cb0e-4c26-a26c-d712c71af4e4\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg\",\n \"uploadDate\": \"2024-05-02T10:31:15.488Z\",\n \"sha256\": \"efc3eaa0e385a90385c4e9b6ddbe1cb2397712758026a727766ae56cb078c198\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"314bbb430b704bc42c8704afd56593277540ab88\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"78cfc94cbc5aaf1c175ec380bb59e0c146830c61\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.x86_64_4.32.0.20240502-0721/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9517a970b176bde72cd73887e2587a3574716110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6934a02a15f0a67c1e58cf0b19feee828ad360d6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dd9cfb912acc0ee8e137d9d841a2dcd62c6dc3e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d05337058ff069045bfdbe0c903cccd5e6be9cff\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a678702718088d6722b354cfc41a39c33e780c44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4cd63ba153c62631630a11716bdd007fba863065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"230f835ee00d93c808df43d0c2991635e80e63a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9498519d56e66afbc98652661d338edd66a0e4c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b909a667f52716ac4263b8097072a85066bc7d23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f53a30c10008284e16acc1158381119b2463084\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"221287cc2221f20ec84c875388b7a239b06304d0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"829d0d770326ae7073f74579bf678eac3c4828bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0afdad31f5216b285a02d8a790021d33668c89f9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26455017ff930a947b3886eeabed2cc462355cb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1b702166e0355241d63314f57d901f39f13bac0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99175cdd438e9155db559ba8389441297b93986c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df7980d9033f04fb2a6341bcd93a729411129a27\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"888c55093caeb579a852e764aeb69420c7d398b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"597b23ed4e29196566607e54893ec9cf410e669a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"78cfc94cbc5aaf1c175ec380bb59e0c146830c61\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++844+ head -n1 +844+ RESPONSE='{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","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\": \"e8081ba3-cb0e-4c26-a26c-d712c71af4e4\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg\",\n \"uploadDate\": \"2024-05-02T10:31:15.488Z\",\n \"sha256\": \"efc3eaa0e385a90385c4e9b6ddbe1cb2397712758026a727766ae56cb078c198\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"314bbb430b704bc42c8704afd56593277540ab88\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"78cfc94cbc5aaf1c175ec380bb59e0c146830c61\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.x86_64_4.32.0.20240502-0721/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9517a970b176bde72cd73887e2587a3574716110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6934a02a15f0a67c1e58cf0b19feee828ad360d6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dd9cfb912acc0ee8e137d9d841a2dcd62c6dc3e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d05337058ff069045bfdbe0c903cccd5e6be9cff\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a678702718088d6722b354cfc41a39c33e780c44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4cd63ba153c62631630a11716bdd007fba863065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"230f835ee00d93c808df43d0c2991635e80e63a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9498519d56e66afbc98652661d338edd66a0e4c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b909a667f52716ac4263b8097072a85066bc7d23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f53a30c10008284e16acc1158381119b2463084\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"221287cc2221f20ec84c875388b7a239b06304d0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"829d0d770326ae7073f74579bf678eac3c4828bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0afdad31f5216b285a02d8a790021d33668c89f9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26455017ff930a947b3886eeabed2cc462355cb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1b702166e0355241d63314f57d901f39f13bac0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99175cdd438e9155db559ba8389441297b93986c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df7980d9033f04fb2a6341bcd93a729411129a27\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"888c55093caeb579a852e764aeb69420c7d398b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"597b23ed4e29196566607e54893ec9cf410e669a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"78cfc94cbc5aaf1c175ec380bb59e0c146830c61\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++844+ tail -n1 +844+ STATUS_CODE=200 ++844+ jq -r .notarizationStatus.status ++844+ echo '{"uuid":"e9386617-8178-4c08-b848-8c4ae79be7fc","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\":' '\"e8081ba3-cb0e-4c26-a26c-d712c71af4e4\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg\",\n' '\"uploadDate\":' '\"2024-05-02T10:31:15.488Z\",\n' '\"sha256\":' '\"efc3eaa0e385a90385c4e9b6ddbe1cb2397712758026a727766ae56cb078c198\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"314bbb430b704bc42c8704afd56593277540ab88\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"78cfc94cbc5aaf1c175ec380bb59e0c146830c61\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.x86_64_4.32.0.20240502-0721/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00fda142f82025ddc29a3ff87f899862c2236492\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9517a970b176bde72cd73887e2587a3574716110\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6934a02a15f0a67c1e58cf0b19feee828ad360d6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dd9cfb912acc0ee8e137d9d841a2dcd62c6dc3e4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d05337058ff069045bfdbe0c903cccd5e6be9cff\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3c252b0f3272a34c543b0324bf8a01e48369dfef\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3825723ed9b54eeec84ea5fa65e065d6202ea266\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d5cee0be91f8b32baa13dead0b4c7681060427dd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8ab3cf8189bcb923500c430e4f343b9f9a61db92\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba65fd30663064895b31b1f9d92efb43f510f0cb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"81ae326d2f3b019f96dec711b44e0c3c9c0d6793\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9d1ff349397e85a003ec98f1ff01415e8b5962f0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a678702718088d6722b354cfc41a39c33e780c44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0dae41c8b69e2fd17a18dcd7ba97ec3889ce676\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da8173d92bdcca349994c7b7cb40c76ad5c3f3ac\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6b1ce5dc1c1308ee288b9eb7f65b3b89e295406\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fedf23ad73f4c585f8ecdeef39195bf2491b6b7a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47edaface871ae7019fa5061b9a3bb09a3a01ec2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa860874e5b1c8c941e36d2ce9ad86ecbfebb2af\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"66ce18e24c50ccd02d126bc443dc3447136fb38f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4cd63ba153c62631630a11716bdd007fba863065\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2562da0de21ca7a9d6a204167d36f7061466bfd8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ac53c85cdc2ff484217f843c6a0e603183b3e2c9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf6ca9567c95763833bbee29bcef6ec89f81dfd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"230f835ee00d93c808df43d0c2991635e80e63a3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9498519d56e66afbc98652661d338edd66a0e4c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b909a667f52716ac4263b8097072a85066bc7d23\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f53a30c10008284e16acc1158381119b2463084\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a67f0cce729d70857ccb6b89650c50fc2751a899\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9ac691648cc46870c1727f03f360b3a3b2388ba5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b8fb050e8fec4279cee2f2564844f40673cdcb25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4c294b3cc63dc13b51778e6f853db53f3effe41\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cdd83972a5bc33a782200788f4f66bc736e689f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"221287cc2221f20ec84c875388b7a239b06304d0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"829d0d770326ae7073f74579bf678eac3c4828bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0afdad31f5216b285a02d8a790021d33668c89f9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2973edf30f74f9c1827d5aa59c727d135b6f9393\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8431a38072d38f8aeecbac9c9651e9b179f656ba\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d41fd4e61e8c9f36925b128264199dc5ba175fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e14473293f82948e73eca017c21b0440f3b5bf5e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26455017ff930a947b3886eeabed2cc462355cb2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3374e86bd8cb23758b180c2a09e57ff6c8974429\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c504ac6f28bc69ba5a3e081406ac7e0bca60936d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"195b73d5a4d5d8d3994c91177776d2f3bbc5d1fe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"28aab47c188d5c962387a6b7e18ff69c19af5bb4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7975e108d71c9f6b485e6761f0282a8a79184e4d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"af4d60eeab550ee297655e0b559c4e56d25d4898\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1b702166e0355241d63314f57d901f39f13bac0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"db2e9a3875932e5eedbd667d5cd2015d8cfa4c18\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99175cdd438e9155db559ba8389441297b93986c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"667a513a65e6fc8e88f350024cf0ff7132f83f6b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"df7980d9033f04fb2a6341bcd93a729411129a27\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ccd681974c1df510b628179dee9bd3bc358b8ea1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ef4e610f15accdf37f862fb663c973b02f3dd60\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"94bf533d8ee086b686388e3f1b03aa648f1cad75\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"62ba8e900b479ef5ce908a21f8030f24a2feff01\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7f7cdd4fd7e03ba7d38031f6d2865e3b7cb958f2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"10fca8d6916d94e1ac6a9b723085678d1710863d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"944693d2de31a1c8d7c3ce97d4b080a75b71d285\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"33a68af7f44a3f31830ed465b62dc045cf07dc88\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d22ee5d08484d3ac033094149bfc042f3e503ffe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"888c55093caeb579a852e764aeb69420c7d398b5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f00a159d69a552b4b91ce80d215647afe1f9b927\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4ffb38b72b23bf4fc531190c9f2e55d3561787e3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"597b23ed4e29196566607e54893ec9cf410e669a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cb2f9c7a7468c380ccb0e7f899df2855d152d62\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"332eddb084f5a2e52d0aaee12ca19e43fbeb44cb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a3ac4a2aa4583afec7699b2a5c7ce00adb687319\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4f80f1208f4351cfa20a2606592f7e405e3234c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06cefbe0897e1963f6aeb031b597c456cfb4d67a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c6d4677f90c7ad57e914bca1c9cf3d57156d8022\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa073278b31d13a4b7d700035455c3f25b6b1cf4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21ed62964fe9b9a469a5b41022b1b7f4e6df767f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d68020bd3f05e86e7a80f9d582891f02c4e3cd3f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a39eab4f2ce60f0a7c1a6c302963ef2ab0a3fca\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3aa2681e3e1fa7bfb3f36812e02c2a5bd84d54bf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64-9519446306272156104.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"78cfc94cbc5aaf1c175ec380bb59e0c146830c61\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +844+ STATUS=COMPLETE +844+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +844+ [[ 200 == \5\0\3 ]] +844+ [[ 200 == \5\0\2 ]] +844+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +844+ break +844+ rm eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64.dmg +844+ curl -JO https://cbi.eclipse.org/macos/xcrun/e9386617-8178-4c08-b848-8c4ae79be7fc/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 8239k 0 8239k 0 0 44.7M 0 --:--:-- --:--:-- --:--:-- 44.4M 100 68.0M 0 68.0M 0 0 57.5M 0 --:--:-- 0:00:01 --:--:-- 57.4M 100 136M 0 136M 0 0 62.5M 0 --:--:-- 0:00:02 --:--:-- 62.5M 100 177M 0 177M 0 0 55.7M 0 --:--:-- 0:00:03 --:--:-- 55.7M 100 218M 0 218M 0 0 52.3M 0 --:--:-- 0:00:04 --:--:-- 52.3M 100 265M 0 265M 0 0 51.1M 0 --:--:-- 0:00:05 --:--:-- 51.3M 100 303M 0 303M 0 0 49.0M 0 --:--:-- 0:00:06 --:--:-- 47.1M 100 369M 0 369M 0 0 51.4M 0 --:--:-- 0:00:07 --:--:-- 46.6M 100 435M 0 435M 0 0 53.2M 0 --:--:-- 0:00:08 --:--:-- 51.6M 100 501M 0 501M 0 0 54.8M 0 --:--:-- 0:00:09 --:--:-- 56.9M curl: Saved to filename 'eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64.dmg' +844+ cp -vf eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64.dmg 'eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64.dmg' ++844+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64.dmg +844+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++844+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64.dmg +844+ b=eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64.dmg +844+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +844+ md5sum eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64.dmg +844+ sha1sum eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64.dmg +844+ sha512sum -b eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64.dmg ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/836bb1a1-720c-4524-a525-dba6a5700e91/status +502+ RESPONSE_RAW='{"uuid":"836bb1a1-720c-4524-a525-dba6a5700e91","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\": \"45ba6621-21cf-4e5c-bc26-ba6faa9f1a06\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg\",\n \"uploadDate\": \"2024-05-02T10:27:15.253Z\",\n \"sha256\": \"cb224864fc4afc2cef3e039b1cbc2118f1736b019f9737d3cf35e3f01788f89c\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4a938f4857a4c7cfee13a4f55fc79445db23f26e\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09bc7d883ef196bebf73c7db58a161729c25292e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.aarch64_4.32.0.20240502-0721/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9517a970b176bde72cd73887e2587a3574716110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e75db07b4a780a4a3ca6b5f09b4b570025c61360\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"311fbf36e0faf69ad47e500ccdf9313ab54820aa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a40d382b16e9c93e89b7cdc5b4d44d4cf0951fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ee1390bac3aac18f9089c4744a742477158b1af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48aff537996048403a657ca3651c35b6e7dad18a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd60513572c0ac340c79494a8883607242b6442b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e8201cca40596294188cd2df95e27bbc27940f25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bb245c57e04dc229f1268a96aead5147247e41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf55166731342d0a65a6db3d53af4685a6989eae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c75665e4e8b555189c386b732164457e7b80ecb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb73a1bbd201c8a94927954d788373915491fc8e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecc25763935731c2bb4ed89545e95ca212329c57\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d322de95f588e486586106fb3adb7a232d3a727\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332b1856c718286e35df1ccc759286c63db7bc45\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15ce7577d3c990127085b8dea8174d740ec272ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90afc4edfee1782468fdec5cab180a7533d17aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ee8371af06189c4ba625d243b39788e73ae23401\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9f75fff6e0ce189bf1080663643a45742c85625\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"250670496974f7410a847531817b05c93421a50b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec72f9cc99370be1a2451258935cd31804791a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f186477e2121d809ee7726a77eddf0a9423734c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aedefb1ea0fd7715dca5337919eea223c053d604\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"662eeac930979eba6cc5183183417bce3445adc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f06a9a1117f6dcce48511e37da416126a39154\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459225ef2de331f6eb0d34425525db993e881ba8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"064850ce36f634d352d932fb9cd756bed17d3efb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"921731a090f37de78c45152302ed554449d3e963\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09bc7d883ef196bebf73c7db58a161729c25292e\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++502+ head -n1 +502+ RESPONSE='{"uuid":"836bb1a1-720c-4524-a525-dba6a5700e91","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\": \"45ba6621-21cf-4e5c-bc26-ba6faa9f1a06\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg\",\n \"uploadDate\": \"2024-05-02T10:27:15.253Z\",\n \"sha256\": \"cb224864fc4afc2cef3e039b1cbc2118f1736b019f9737d3cf35e3f01788f89c\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4a938f4857a4c7cfee13a4f55fc79445db23f26e\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09bc7d883ef196bebf73c7db58a161729c25292e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.aarch64_4.32.0.20240502-0721/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9517a970b176bde72cd73887e2587a3574716110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e75db07b4a780a4a3ca6b5f09b4b570025c61360\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"311fbf36e0faf69ad47e500ccdf9313ab54820aa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a40d382b16e9c93e89b7cdc5b4d44d4cf0951fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ee1390bac3aac18f9089c4744a742477158b1af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48aff537996048403a657ca3651c35b6e7dad18a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd60513572c0ac340c79494a8883607242b6442b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e8201cca40596294188cd2df95e27bbc27940f25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bb245c57e04dc229f1268a96aead5147247e41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf55166731342d0a65a6db3d53af4685a6989eae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c75665e4e8b555189c386b732164457e7b80ecb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb73a1bbd201c8a94927954d788373915491fc8e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecc25763935731c2bb4ed89545e95ca212329c57\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d322de95f588e486586106fb3adb7a232d3a727\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332b1856c718286e35df1ccc759286c63db7bc45\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15ce7577d3c990127085b8dea8174d740ec272ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90afc4edfee1782468fdec5cab180a7533d17aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ee8371af06189c4ba625d243b39788e73ae23401\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9f75fff6e0ce189bf1080663643a45742c85625\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"250670496974f7410a847531817b05c93421a50b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec72f9cc99370be1a2451258935cd31804791a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f186477e2121d809ee7726a77eddf0a9423734c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aedefb1ea0fd7715dca5337919eea223c053d604\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"662eeac930979eba6cc5183183417bce3445adc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f06a9a1117f6dcce48511e37da416126a39154\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459225ef2de331f6eb0d34425525db993e881ba8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"064850ce36f634d352d932fb9cd756bed17d3efb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"921731a090f37de78c45152302ed554449d3e963\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09bc7d883ef196bebf73c7db58a161729c25292e\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++502+ tail -n1 +502+ STATUS_CODE=200 ++502+ jq -r .notarizationStatus.status ++502+ echo '{"uuid":"836bb1a1-720c-4524-a525-dba6a5700e91","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\":' '\"45ba6621-21cf-4e5c-bc26-ba6faa9f1a06\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg\",\n' '\"uploadDate\":' '\"2024-05-02T10:27:15.253Z\",\n' '\"sha256\":' '\"cb224864fc4afc2cef3e039b1cbc2118f1736b019f9737d3cf35e3f01788f89c\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4a938f4857a4c7cfee13a4f55fc79445db23f26e\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"09bc7d883ef196bebf73c7db58a161729c25292e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.aarch64_4.32.0.20240502-0721/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9517a970b176bde72cd73887e2587a3574716110\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e75db07b4a780a4a3ca6b5f09b4b570025c61360\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"311fbf36e0faf69ad47e500ccdf9313ab54820aa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7a40d382b16e9c93e89b7cdc5b4d44d4cf0951fa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4ee1390bac3aac18f9089c4744a742477158b1af\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"48aff537996048403a657ca3651c35b6e7dad18a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cd60513572c0ac340c79494a8883607242b6442b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e8201cca40596294188cd2df95e27bbc27940f25\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bb245c57e04dc229f1268a96aead5147247e41\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf55166731342d0a65a6db3d53af4685a6989eae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c75665e4e8b555189c386b732164457e7b80ecb9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eb73a1bbd201c8a94927954d788373915491fc8e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ecc25763935731c2bb4ed89545e95ca212329c57\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2d322de95f588e486586106fb3adb7a232d3a727\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"332b1856c718286e35df1ccc759286c63db7bc45\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"15ce7577d3c990127085b8dea8174d740ec272ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90afc4edfee1782468fdec5cab180a7533d17aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ee8371af06189c4ba625d243b39788e73ae23401\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9f75fff6e0ce189bf1080663643a45742c85625\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"250670496974f7410a847531817b05c93421a50b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ec72f9cc99370be1a2451258935cd31804791a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f186477e2121d809ee7726a77eddf0a9423734c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aedefb1ea0fd7715dca5337919eea223c053d604\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"662eeac930979eba6cc5183183417bce3445adc0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6f06a9a1117f6dcce48511e37da416126a39154\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"459225ef2de331f6eb0d34425525db993e881ba8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"064850ce36f634d352d932fb9cd756bed17d3efb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"921731a090f37de78c45152302ed554449d3e963\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64-10022164716904988399.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"09bc7d883ef196bebf73c7db58a161729c25292e\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +502+ STATUS=COMPLETE +502+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ [[ 200 == \5\0\3 ]] +502+ [[ 200 == \5\0\2 ]] +502+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +502+ break +502+ rm eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64.dmg +502+ curl -JO https://cbi.eclipse.org/macos/xcrun/836bb1a1-720c-4524-a525-dba6a5700e91/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 69.9M 0 69.9M 0 0 71.8M 0 --:--:-- --:--:-- --:--:-- 71.7M+844+ rm eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +844+ rm -f eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5 +844+ rm -f eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +844+ rm -f eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512 100 157M 0 157M 0 0 80.1M 0 --:--:-- 0:00:01 --:--:-- 80.0M 100 244M 0 244M 0 0 82.4M 0 --:--:-- 0:00:02 --:--:-- 82.4M 100 330M 0 330M 0 0 83.1M 0 --:--:-- 0:00:03 --:--:-- 83.1M 100 416M 0 416M 0 0 83.8M 0 --:--:-- 0:00:04 --:--:-- 83.7M 100 496M 0 496M 0 0 83.1M 0 --:--:-- 0:00:05 --:--:-- 85.3M 100 499M 0 499M 0 0 83.0M 0 --:--:-- 0:00:06 --:--:-- 84.5M curl: Saved to filename 'eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64.dmg' +502+ cp -vf eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64.dmg 'eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64.dmg' ++502+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64.dmg +502+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++502+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64.dmg +502+ b=eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64.dmg +502+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +502+ md5sum eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64.dmg +502+ sha1sum eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64.dmg +502+ sha512sum -b eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64.dmg +502+ rm eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize +502+ rm -f eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.md5 +502+ rm -f eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +502+ rm -f eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++564+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1344ea29-183d-413b-b67e-eead0056e7f6/status +564+ RESPONSE_RAW='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","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\": \"8b8f78d1-61a1-4960-9ede-43c6c1d5dd0b\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg\",\n \"uploadDate\": \"2024-05-02T10:27:38.552Z\",\n \"sha256\": \"84baa32033f1999f5a3e0543ab943b14b95995b4905d080cd6f7387944f9cf01\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6192077ff9a347587dbadf2343d09c4f6b0803f9\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf1ec1d70cc23c8428725a6e62841c24089dbe43\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.aarch64_4.32.0.20240502-0721/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9517a970b176bde72cd73887e2587a3574716110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e75db07b4a780a4a3ca6b5f09b4b570025c61360\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"311fbf36e0faf69ad47e500ccdf9313ab54820aa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a40d382b16e9c93e89b7cdc5b4d44d4cf0951fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-arm64.tar.gz/node-v18.18.2-darwin-arm64.tar/node-v18.18.2-darwin-arm64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5c603626f3228a610f77d506adf2f08150063f4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ee1390bac3aac18f9089c4744a742477158b1af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48aff537996048403a657ca3651c35b6e7dad18a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd60513572c0ac340c79494a8883607242b6442b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e8201cca40596294188cd2df95e27bbc27940f25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bb245c57e04dc229f1268a96aead5147247e41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf55166731342d0a65a6db3d53af4685a6989eae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c75665e4e8b555189c386b732164457e7b80ecb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb73a1bbd201c8a94927954d788373915491fc8e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecc25763935731c2bb4ed89545e95ca212329c57\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d322de95f588e486586106fb3adb7a232d3a727\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332b1856c718286e35df1ccc759286c63db7bc45\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15ce7577d3c990127085b8dea8174d740ec272ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90afc4edfee1782468fdec5cab180a7533d17aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ee8371af06189c4ba625d243b39788e73ae23401\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9f75fff6e0ce189bf1080663643a45742c85625\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"250670496974f7410a847531817b05c93421a50b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec72f9cc99370be1a2451258935cd31804791a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f186477e2121d809ee7726a77eddf0a9423734c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aedefb1ea0fd7715dca5337919eea223c053d604\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"662eeac930979eba6cc5183183417bce3445adc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f06a9a1117f6dcce48511e37da416126a39154\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459225ef2de331f6eb0d34425525db993e881ba8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"064850ce36f634d352d932fb9cd756bed17d3efb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"921731a090f37de78c45152302ed554449d3e963\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf1ec1d70cc23c8428725a6e62841c24089dbe43\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": [\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/wsdluddi.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/soapudws.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/uddiref.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.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' ++564+ head -n1 +564+ RESPONSE='{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","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\": \"8b8f78d1-61a1-4960-9ede-43c6c1d5dd0b\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg\",\n \"uploadDate\": \"2024-05-02T10:27:38.552Z\",\n \"sha256\": \"84baa32033f1999f5a3e0543ab943b14b95995b4905d080cd6f7387944f9cf01\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6192077ff9a347587dbadf2343d09c4f6b0803f9\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf1ec1d70cc23c8428725a6e62841c24089dbe43\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.aarch64_4.32.0.20240502-0721/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9517a970b176bde72cd73887e2587a3574716110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e75db07b4a780a4a3ca6b5f09b4b570025c61360\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"311fbf36e0faf69ad47e500ccdf9313ab54820aa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a40d382b16e9c93e89b7cdc5b4d44d4cf0951fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-arm64.tar.gz/node-v18.18.2-darwin-arm64.tar/node-v18.18.2-darwin-arm64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5c603626f3228a610f77d506adf2f08150063f4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ee1390bac3aac18f9089c4744a742477158b1af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48aff537996048403a657ca3651c35b6e7dad18a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd60513572c0ac340c79494a8883607242b6442b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e8201cca40596294188cd2df95e27bbc27940f25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bb245c57e04dc229f1268a96aead5147247e41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf55166731342d0a65a6db3d53af4685a6989eae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c75665e4e8b555189c386b732164457e7b80ecb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb73a1bbd201c8a94927954d788373915491fc8e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecc25763935731c2bb4ed89545e95ca212329c57\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d322de95f588e486586106fb3adb7a232d3a727\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332b1856c718286e35df1ccc759286c63db7bc45\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15ce7577d3c990127085b8dea8174d740ec272ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90afc4edfee1782468fdec5cab180a7533d17aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ee8371af06189c4ba625d243b39788e73ae23401\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9f75fff6e0ce189bf1080663643a45742c85625\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"250670496974f7410a847531817b05c93421a50b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec72f9cc99370be1a2451258935cd31804791a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f186477e2121d809ee7726a77eddf0a9423734c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aedefb1ea0fd7715dca5337919eea223c053d604\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"662eeac930979eba6cc5183183417bce3445adc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f06a9a1117f6dcce48511e37da416126a39154\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459225ef2de331f6eb0d34425525db993e881ba8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"064850ce36f634d352d932fb9cd756bed17d3efb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"921731a090f37de78c45152302ed554449d3e963\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf1ec1d70cc23c8428725a6e62841c24089dbe43\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": [\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/wsdluddi.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/soapudws.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/uddiref.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.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"}}' ++564+ tail -n1 +564+ STATUS_CODE=200 ++564+ jq -r .notarizationStatus.status ++564+ echo '{"uuid":"1344ea29-183d-413b-b67e-eead0056e7f6","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\":' '\"8b8f78d1-61a1-4960-9ede-43c6c1d5dd0b\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg\",\n' '\"uploadDate\":' '\"2024-05-02T10:27:38.552Z\",\n' '\"sha256\":' '\"84baa32033f1999f5a3e0543ab943b14b95995b4905d080cd6f7387944f9cf01\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6192077ff9a347587dbadf2343d09c4f6b0803f9\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bf1ec1d70cc23c8428725a6e62841c24089dbe43\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.aarch64_4.32.0.20240502-0721/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9517a970b176bde72cd73887e2587a3574716110\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e75db07b4a780a4a3ca6b5f09b4b570025c61360\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"311fbf36e0faf69ad47e500ccdf9313ab54820aa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7a40d382b16e9c93e89b7cdc5b4d44d4cf0951fa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-arm64.tar.gz/node-v18.18.2-darwin-arm64.tar/node-v18.18.2-darwin-arm64/bin/node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e5c603626f3228a610f77d506adf2f08150063f4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4ee1390bac3aac18f9089c4744a742477158b1af\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"48aff537996048403a657ca3651c35b6e7dad18a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cd60513572c0ac340c79494a8883607242b6442b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e8201cca40596294188cd2df95e27bbc27940f25\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bb245c57e04dc229f1268a96aead5147247e41\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf55166731342d0a65a6db3d53af4685a6989eae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c75665e4e8b555189c386b732164457e7b80ecb9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eb73a1bbd201c8a94927954d788373915491fc8e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ecc25763935731c2bb4ed89545e95ca212329c57\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2d322de95f588e486586106fb3adb7a232d3a727\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"332b1856c718286e35df1ccc759286c63db7bc45\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"15ce7577d3c990127085b8dea8174d740ec272ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90afc4edfee1782468fdec5cab180a7533d17aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ee8371af06189c4ba625d243b39788e73ae23401\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9f75fff6e0ce189bf1080663643a45742c85625\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"250670496974f7410a847531817b05c93421a50b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ec72f9cc99370be1a2451258935cd31804791a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f186477e2121d809ee7726a77eddf0a9423734c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aedefb1ea0fd7715dca5337919eea223c053d604\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"662eeac930979eba6cc5183183417bce3445adc0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6f06a9a1117f6dcce48511e37da416126a39154\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"459225ef2de331f6eb0d34425525db993e881ba8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"064850ce36f634d352d932fb9cd756bed17d3efb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"921731a090f37de78c45152302ed554449d3e963\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bf1ec1d70cc23c8428725a6e62841c24089dbe43\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' '[\n' '{\n' '\"severity\":' '\"warning\",\n' '\"code\":' 'null,\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/wsdluddi.cdr\",\n' '\"message\":' '\"b'\''hdiutil:' attach failed - image not 'recognized\\\\n'\''\",\n' '\"docUrl\":' 'null,\n' '\"architecture\":' 'null\n' '},\n' '{\n' '\"severity\":' '\"warning\",\n' '\"code\":' 'null,\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/soapudws.cdr\",\n' '\"message\":' '\"b'\''hdiutil:' attach failed - image not 'recognized\\\\n'\''\",\n' '\"docUrl\":' 'null,\n' '\"architecture\":' 'null\n' '},\n' '{\n' '\"severity\":' '\"warning\",\n' '\"code\":' 'null,\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/uddiref.cdr\",\n' '\"message\":' '\"b'\''hdiutil:' attach failed - image not 'recognized\\\\n'\''\",\n' '\"docUrl\":' 'null,\n' '\"architecture\":' 'null\n' '},\n' '{\n' '\"severity\":' '\"warning\",\n' '\"code\":' 'null,\n' '\"path\":' '\"eclipse-jee-2024-06-M2-macosx-cocoa-aarch64-15560689554177412100.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"}}' +564+ STATUS=COMPLETE +564+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +564+ [[ 200 == \5\0\3 ]] +564+ [[ 200 == \5\0\2 ]] +564+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +564+ break +564+ rm eclipse-jee-2024-06-M2-macosx-cocoa-aarch64.dmg +564+ curl -JO https://cbi.eclipse.org/macos/xcrun/1344ea29-183d-413b-b67e-eead0056e7f6/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65.7M 0 65.7M 0 0 78.0M 0 --:--:-- --:--:-- --:--:-- 77.9M 100 151M 0 151M 0 0 82.4M 0 --:--:-- 0:00:01 --:--:-- 82.3M 100 235M 0 235M 0 0 82.5M 0 --:--:-- 0:00:02 --:--:-- 82.5M 100 267M 0 267M 0 0 69.6M 0 --:--:-- 0:00:03 --:--:-- 69.5M 100 339M 0 339M 0 0 70.2M 0 --:--:-- 0:00:04 --:--:-- 70.2M 100 407M 0 407M 0 0 68.9M 0 --:--:-- 0:00:05 --:--:-- 67.4M 100 479M 0 479M 0 0 70.1M 0 --:--:-- 0:00:06 --:--:-- 65.6M 100 537M 0 537M 0 0 70.0M 0 --:--:-- 0:00:07 --:--:-- 62.5M curl: Saved to filename 'eclipse-jee-2024-06-M2-macosx-cocoa-aarch64.dmg' +564+ cp -vf eclipse-jee-2024-06-M2-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-M2-macosx-cocoa-aarch64.dmg 'eclipse-jee-2024-06-M2-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-M2-macosx-cocoa-aarch64.dmg' ++564+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-M2-macosx-cocoa-aarch64.dmg +564+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++564+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-M2-macosx-cocoa-aarch64.dmg +564+ b=eclipse-jee-2024-06-M2-macosx-cocoa-aarch64.dmg +564+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +564+ md5sum eclipse-jee-2024-06-M2-macosx-cocoa-aarch64.dmg +564+ sha1sum eclipse-jee-2024-06-M2-macosx-cocoa-aarch64.dmg +564+ sha512sum -b eclipse-jee-2024-06-M2-macosx-cocoa-aarch64.dmg +564+ rm eclipse-jee-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize +564+ rm -f eclipse-jee-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.md5 +564+ rm -f eclipse-jee-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +564+ rm -f eclipse-jee-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++606+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9de0b02b-f693-4031-8f06-017ea804231a/status +606+ RESPONSE_RAW='{"uuid":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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":"9de0b02b-f693-4031-8f06-017ea804231a","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 ++606+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9de0b02b-f693-4031-8f06-017ea804231a/status +606+ RESPONSE_RAW='{"uuid":"9de0b02b-f693-4031-8f06-017ea804231a","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\": \"ed415f66-e9dc-4dda-ad60-d6475110eaac\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg\",\n \"uploadDate\": \"2024-05-02T10:28:02.377Z\",\n \"sha256\": \"9300d5b2583fa19ad8feb660e9939e6b62913e48076ed84cabccce373e8507c2\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2efb9763ccf253b9e53e71268b22321c420da74\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c0ae2555ef85fe4f90581273d49fb23f1b7f4ea1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.aarch64_4.32.0.20240502-0721/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9517a970b176bde72cd73887e2587a3574716110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e75db07b4a780a4a3ca6b5f09b4b570025c61360\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"311fbf36e0faf69ad47e500ccdf9313ab54820aa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a40d382b16e9c93e89b7cdc5b4d44d4cf0951fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ee1390bac3aac18f9089c4744a742477158b1af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48aff537996048403a657ca3651c35b6e7dad18a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd60513572c0ac340c79494a8883607242b6442b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e8201cca40596294188cd2df95e27bbc27940f25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bb245c57e04dc229f1268a96aead5147247e41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf55166731342d0a65a6db3d53af4685a6989eae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c75665e4e8b555189c386b732164457e7b80ecb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb73a1bbd201c8a94927954d788373915491fc8e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecc25763935731c2bb4ed89545e95ca212329c57\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d322de95f588e486586106fb3adb7a232d3a727\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332b1856c718286e35df1ccc759286c63db7bc45\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15ce7577d3c990127085b8dea8174d740ec272ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90afc4edfee1782468fdec5cab180a7533d17aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ee8371af06189c4ba625d243b39788e73ae23401\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9f75fff6e0ce189bf1080663643a45742c85625\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"250670496974f7410a847531817b05c93421a50b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec72f9cc99370be1a2451258935cd31804791a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f186477e2121d809ee7726a77eddf0a9423734c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aedefb1ea0fd7715dca5337919eea223c053d604\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"662eeac930979eba6cc5183183417bce3445adc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f06a9a1117f6dcce48511e37da416126a39154\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459225ef2de331f6eb0d34425525db993e881ba8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"064850ce36f634d352d932fb9cd756bed17d3efb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"921731a090f37de78c45152302ed554449d3e963\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c0ae2555ef85fe4f90581273d49fb23f1b7f4ea1\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++606+ head -n1 +606+ RESPONSE='{"uuid":"9de0b02b-f693-4031-8f06-017ea804231a","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\": \"ed415f66-e9dc-4dda-ad60-d6475110eaac\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg\",\n \"uploadDate\": \"2024-05-02T10:28:02.377Z\",\n \"sha256\": \"9300d5b2583fa19ad8feb660e9939e6b62913e48076ed84cabccce373e8507c2\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2efb9763ccf253b9e53e71268b22321c420da74\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c0ae2555ef85fe4f90581273d49fb23f1b7f4ea1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.aarch64_4.32.0.20240502-0721/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9517a970b176bde72cd73887e2587a3574716110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e75db07b4a780a4a3ca6b5f09b4b570025c61360\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"311fbf36e0faf69ad47e500ccdf9313ab54820aa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a40d382b16e9c93e89b7cdc5b4d44d4cf0951fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4ee1390bac3aac18f9089c4744a742477158b1af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48aff537996048403a657ca3651c35b6e7dad18a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd60513572c0ac340c79494a8883607242b6442b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e8201cca40596294188cd2df95e27bbc27940f25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bb245c57e04dc229f1268a96aead5147247e41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf55166731342d0a65a6db3d53af4685a6989eae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c75665e4e8b555189c386b732164457e7b80ecb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb73a1bbd201c8a94927954d788373915491fc8e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecc25763935731c2bb4ed89545e95ca212329c57\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d322de95f588e486586106fb3adb7a232d3a727\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"332b1856c718286e35df1ccc759286c63db7bc45\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15ce7577d3c990127085b8dea8174d740ec272ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90afc4edfee1782468fdec5cab180a7533d17aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ee8371af06189c4ba625d243b39788e73ae23401\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9f75fff6e0ce189bf1080663643a45742c85625\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"250670496974f7410a847531817b05c93421a50b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec72f9cc99370be1a2451258935cd31804791a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f186477e2121d809ee7726a77eddf0a9423734c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aedefb1ea0fd7715dca5337919eea223c053d604\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"662eeac930979eba6cc5183183417bce3445adc0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f06a9a1117f6dcce48511e37da416126a39154\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459225ef2de331f6eb0d34425525db993e881ba8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"064850ce36f634d352d932fb9cd756bed17d3efb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"921731a090f37de78c45152302ed554449d3e963\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c0ae2555ef85fe4f90581273d49fb23f1b7f4ea1\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++606+ tail -n1 +606+ STATUS_CODE=200 ++606+ jq -r .notarizationStatus.status ++606+ echo '{"uuid":"9de0b02b-f693-4031-8f06-017ea804231a","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\":' '\"ed415f66-e9dc-4dda-ad60-d6475110eaac\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg\",\n' '\"uploadDate\":' '\"2024-05-02T10:28:02.377Z\",\n' '\"sha256\":' '\"9300d5b2583fa19ad8feb660e9939e6b62913e48076ed84cabccce373e8507c2\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2efb9763ccf253b9e53e71268b22321c420da74\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c0ae2555ef85fe4f90581273d49fb23f1b7f4ea1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.aarch64_4.32.0.20240502-0721/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9357f8202c2bdf9ed309bf2c82f8f53a68164088\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"102febf8120322b093b1c9c8d6b24b6a78f9bcc0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9517a970b176bde72cd73887e2587a3574716110\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.6.0.202404271024.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0e97a6eb772a3eef07826d5eb75de0924fba367b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.300.v20240419-2334.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-pi-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e75db07b4a780a4a3ca6b5f09b4b570025c61360\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-awt-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"311fbf36e0faf69ad47e500ccdf9313ab54820aa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240426-0802.jar/libswt-cocoa-4965r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7a40d382b16e9c93e89b7cdc5b4d44d4cf0951fa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85b7cae7b7bbc553bbff49db0b1a7791e90386f0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4ee1390bac3aac18f9089c4744a742477158b1af\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"48aff537996048403a657ca3651c35b6e7dad18a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c54c0c714e672fed995c3d3503ba1ae29a880ad8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cd60513572c0ac340c79494a8883607242b6442b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7b19a101d2201de2dda42ef1ece92a706a8ef9a1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e8201cca40596294188cd2df95e27bbc27940f25\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"13e5ae86e9e1ebf156401f2405a5eaf3fa35de3b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bb245c57e04dc229f1268a96aead5147247e41\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf55166731342d0a65a6db3d53af4685a6989eae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c75665e4e8b555189c386b732164457e7b80ecb9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e417253a131bc8ba6fbffb87ba8d0977f31793bf\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5600633be2d1505c3a21c33d61cc39c98b6e2af8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e3fa3897d06f36f0072fab3e94e574a0d1e73891\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eb73a1bbd201c8a94927954d788373915491fc8e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2a6dd48b0d3fa493f53c8de07251c657b5bfa1f5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ecc25763935731c2bb4ed89545e95ca212329c57\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bdfd9333207cdcca4e0dc5179eb55978f486a082\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2d322de95f588e486586106fb3adb7a232d3a727\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"332b1856c718286e35df1ccc759286c63db7bc45\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"15ce7577d3c990127085b8dea8174d740ec272ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8dbcddf91d402549534923c713ae6e3a73ecd663\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"462b9dda12e2f5cd453bcdfc85e6f8d1d0d004a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3c481bf4bf57a272523673fd708d3b3f1ca19889\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"add2775005bbeb791168fd4f54e129cc0e9b3be1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d8efd9997b52283ad0d89e8025072665d7a731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90afc4edfee1782468fdec5cab180a7533d17aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dfca96adf369133c81e31ae6b7d16a9a88940ae5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98d4bcd371524d1090e7ac11951695f506b0fd6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ee8371af06189c4ba625d243b39788e73ae23401\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b45f99ac18a5b2eb428144aa0732c19ad9ee72db\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9f75fff6e0ce189bf1080663643a45742c85625\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"250670496974f7410a847531817b05c93421a50b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d1d8881ac81bdee51f0ac8cec407c8097250c3ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d27c28e9fc41f80d9d040edd66f5b1243e551f54\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"173de4682bdd43777ca196f908a1b85cb8dbddba\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ec72f9cc99370be1a2451258935cd31804791a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f186477e2121d809ee7726a77eddf0a9423734c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aedefb1ea0fd7715dca5337919eea223c053d604\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2a9a6c5fd3cee75f87914d911fe1017775aaddb9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca0f5d490f3f8d09395e5dd68cd79ee83aa0fc96\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"662eeac930979eba6cc5183183417bce3445adc0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"08937da8f4c2a9f93f0559b2babaac66a201e53d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"163ac5c00f929dc7e2b2535424783a7b4c1ca70f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa5b864a12cf2d7d8c35d26bce9c36f404d41907\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6f06a9a1117f6dcce48511e37da416126a39154\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d452f7e41a98130dd4ecd1bad39c707c610c70d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a0793a1dacf7be2433519c3ca9f57c3ac46d14d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71ee30a90a5ddd36e89aaa4fd534001360970dfd\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"11d28658d45db36af4a7cb95a44eb02531ac31a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d3de2286c64f06473dfb9d851f92d1e591bd8b41\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"495cbd739c5be9f83f5c3672d2f56b4bd4840b30\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d4001866e9ca5002ac667d4e4fc97786381714bb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"459225ef2de331f6eb0d34425525db993e881ba8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b1999f7d1b6d641a5f5c26cd17d41d1cafb7474d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e7b2c7e5e6509afb312b0b1ca1054d7f5c5d098f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"039a44645649bdc12f9ae60cbacd366c9c1d484b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"064850ce36f634d352d932fb9cd756bed17d3efb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2c1faab357f728e6c7907eed2be24fc048ccdaeb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"09082e2eaa86d6187e1d0f090c9894566bec1853\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eae55a31b427fa92dd7328fb282db97b20d47b79\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc43f688c4bb704a6d15e43160b4b73f996d411\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e235b2c9ce2537c51b6ea348477e45ba9c87dece\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa2c588a4fa6b3a8c37d02e2b19ef16036e6c21d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16554ee96f09007bcb5fd4c1c459291db965a1ee\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"921731a090f37de78c45152302ed554449d3e963\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5fd7adf196c6715306e96f1d1e556e08b66458eb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c5a104ce2448de1ed06aea5f071da157bfbae19b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"216fc4d68b8e93dfe29f2545092089b246d6f501\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"980d119ccdc9cae437497367b22b52e1b0d27b9f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.3.v20240426-1530/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0767daf35d93891741a42ef33f04b5d7aa4b883c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64-18396980707449305218.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c0ae2555ef85fe4f90581273d49fb23f1b7f4ea1\",\n' '\"arch\":' '\"arm64\"\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-modeling-2024-06-M2-macosx-cocoa-aarch64.dmg +606+ curl -JO https://cbi.eclipse.org/macos/xcrun/9de0b02b-f693-4031-8f06-017ea804231a/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30.5M 0 30.5M 0 0 70.5M 0 --:--:-- --:--:-- --:--:-- 70.4M 100 99.2M 0 99.2M 0 0 69.2M 0 --:--:-- 0:00:01 --:--:-- 69.2M 100 177M 0 177M 0 0 72.8M 0 --:--:-- 0:00:02 --:--:-- 72.8M 100 251M 0 251M 0 0 73.2M 0 --:--:-- 0:00:03 --:--:-- 73.2M 100 334M 0 334M 0 0 75.5M 0 --:--:-- 0:00:04 --:--:-- 75.5M 100 426M 0 426M 0 0 78.4M 0 --:--:-- 0:00:05 --:--:-- 79.0M 100 510M 0 510M 0 0 79.4M 0 --:--:-- 0:00:06 --:--:-- 82.3M 100 592M 0 592M 0 0 80.9M 0 --:--:-- 0:00:07 --:--:-- 84.9M curl: Saved to filename 'eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64.dmg' +606+ cp -vf eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64.dmg 'eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64.dmg' ++606+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64.dmg +606+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++606+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64.dmg +606+ b=eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64.dmg +606+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +606+ md5sum eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64.dmg +606+ sha1sum eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64.dmg +606+ sha512sum -b eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64.dmg +606+ rm eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize +606+ rm -f eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.md5 +606+ rm -f eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +606+ rm -f eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize.sha512 +129+ pushd temp ~/agent/workspace/notarize-downloads/temp ~/agent/workspace/notarize-downloads ++129+ find eclipse-committers-2024-06-M2-macosx-cocoa-aarch64.dmg eclipse-committers-2024-06-M2-macosx-cocoa-aarch64.dmg.md5 eclipse-committers-2024-06-M2-macosx-cocoa-aarch64.dmg.sha1 eclipse-committers-2024-06-M2-macosx-cocoa-aarch64.dmg.sha512 eclipse-committers-2024-06-M2-macosx-cocoa-x86_64.dmg eclipse-committers-2024-06-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-committers-2024-06-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-committers-2024-06-M2-macosx-cocoa-x86_64.dmg.sha512 eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64.dmg eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64.dmg.md5 eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64.dmg.sha1 eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64.dmg.sha512 eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64.dmg eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64.dmg.sha512 eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64.dmg eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64.dmg.md5 eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64.dmg.sha1 eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64.dmg.sha512 eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64.dmg eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64.dmg.sha512 eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64.dmg eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64.dmg.md5 eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64.dmg.sha1 eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64.dmg.sha512 eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64.dmg eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64.dmg.sha512 eclipse-java-2024-06-M2-macosx-cocoa-aarch64.dmg eclipse-java-2024-06-M2-macosx-cocoa-aarch64.dmg.md5 eclipse-java-2024-06-M2-macosx-cocoa-aarch64.dmg.sha1 eclipse-java-2024-06-M2-macosx-cocoa-aarch64.dmg.sha512 eclipse-java-2024-06-M2-macosx-cocoa-x86_64.dmg eclipse-java-2024-06-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-java-2024-06-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-java-2024-06-M2-macosx-cocoa-x86_64.dmg.sha512 eclipse-jee-2024-06-M2-macosx-cocoa-aarch64.dmg eclipse-jee-2024-06-M2-macosx-cocoa-aarch64.dmg.md5 eclipse-jee-2024-06-M2-macosx-cocoa-aarch64.dmg.sha1 eclipse-jee-2024-06-M2-macosx-cocoa-aarch64.dmg.sha512 eclipse-jee-2024-06-M2-macosx-cocoa-x86_64.dmg eclipse-jee-2024-06-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-jee-2024-06-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-jee-2024-06-M2-macosx-cocoa-x86_64.dmg.sha512 eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64.dmg eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64.dmg.md5 eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64.dmg.sha1 eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64.dmg.sha512 eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64.dmg eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64.dmg.sha512 eclipse-php-2024-06-M2-macosx-cocoa-aarch64.dmg eclipse-php-2024-06-M2-macosx-cocoa-aarch64.dmg.md5 eclipse-php-2024-06-M2-macosx-cocoa-aarch64.dmg.sha1 eclipse-php-2024-06-M2-macosx-cocoa-aarch64.dmg.sha512 eclipse-php-2024-06-M2-macosx-cocoa-x86_64.dmg eclipse-php-2024-06-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-php-2024-06-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-php-2024-06-M2-macosx-cocoa-x86_64.dmg.sha512 eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64.dmg eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64.dmg.md5 eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64.dmg.sha1 eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64.dmg.sha512 eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64.dmg eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64.dmg.sha512 eclipse-scout-2024-06-M2-macosx-cocoa-aarch64.dmg eclipse-scout-2024-06-M2-macosx-cocoa-aarch64.dmg.md5 eclipse-scout-2024-06-M2-macosx-cocoa-aarch64.dmg.sha1 eclipse-scout-2024-06-M2-macosx-cocoa-aarch64.dmg.sha512 eclipse-scout-2024-06-M2-macosx-cocoa-x86_64.dmg eclipse-scout-2024-06-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-scout-2024-06-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-scout-2024-06-M2-macosx-cocoa-x86_64.dmg.sha512 -name '*.dmg' +129+ for i in $( find * -name '*.dmg' ) +129+ scp eclipse-committers-2024-06-M2-macosx-cocoa-aarch64.dmg eclipse-committers-2024-06-M2-macosx-cocoa-aarch64.dmg.md5 eclipse-committers-2024-06-M2-macosx-cocoa-aarch64.dmg.sha1 eclipse-committers-2024-06-M2-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +129+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-06-M2-macosx-cocoa-aarch64.dmg-signed +129+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize*' +129+ for i in $( find * -name '*.dmg' ) +129+ scp eclipse-committers-2024-06-M2-macosx-cocoa-x86_64.dmg eclipse-committers-2024-06-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-committers-2024-06-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-committers-2024-06-M2-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +129+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-06-M2-macosx-cocoa-x86_64.dmg-signed +129+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize*' +129+ for i in $( find * -name '*.dmg' ) +129+ scp eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64.dmg eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64.dmg.md5 eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64.dmg.sha1 eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +129+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64.dmg-signed +129+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize*' +129+ for i in $( find * -name '*.dmg' ) +129+ scp eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64.dmg eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +129+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64.dmg-signed +129+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize*' +129+ for i in $( find * -name '*.dmg' ) +129+ scp eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64.dmg eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64.dmg.md5 eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64.dmg.sha1 eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +129+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64.dmg-signed +129+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize*' +129+ for i in $( find * -name '*.dmg' ) +129+ scp eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64.dmg eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +129+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64.dmg-signed +129+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize*' +129+ for i in $( find * -name '*.dmg' ) +129+ scp eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64.dmg eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64.dmg.md5 eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64.dmg.sha1 eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +129+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64.dmg-signed +129+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize*' +129+ for i in $( find * -name '*.dmg' ) +129+ scp eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64.dmg eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +129+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64.dmg-signed +129+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize*' +129+ for i in $( find * -name '*.dmg' ) +129+ scp eclipse-java-2024-06-M2-macosx-cocoa-aarch64.dmg eclipse-java-2024-06-M2-macosx-cocoa-aarch64.dmg.md5 eclipse-java-2024-06-M2-macosx-cocoa-aarch64.dmg.sha1 eclipse-java-2024-06-M2-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +129+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-06-M2-macosx-cocoa-aarch64.dmg-signed +129+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize*' +129+ for i in $( find * -name '*.dmg' ) +129+ scp eclipse-java-2024-06-M2-macosx-cocoa-x86_64.dmg eclipse-java-2024-06-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-java-2024-06-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-java-2024-06-M2-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +129+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-06-M2-macosx-cocoa-x86_64.dmg-signed +129+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize*' +129+ for i in $( find * -name '*.dmg' ) +129+ scp eclipse-jee-2024-06-M2-macosx-cocoa-aarch64.dmg eclipse-jee-2024-06-M2-macosx-cocoa-aarch64.dmg.md5 eclipse-jee-2024-06-M2-macosx-cocoa-aarch64.dmg.sha1 eclipse-jee-2024-06-M2-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +129+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-06-M2-macosx-cocoa-aarch64.dmg-signed +129+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize*' +129+ for i in $( find * -name '*.dmg' ) +129+ scp eclipse-jee-2024-06-M2-macosx-cocoa-x86_64.dmg eclipse-jee-2024-06-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-jee-2024-06-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-jee-2024-06-M2-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +129+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-06-M2-macosx-cocoa-x86_64.dmg-signed +129+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize*' +129+ for i in $( find * -name '*.dmg' ) +129+ scp eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64.dmg eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64.dmg.md5 eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64.dmg.sha1 eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +129+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64.dmg-signed +129+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize*' +129+ for i in $( find * -name '*.dmg' ) +129+ scp eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64.dmg eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +129+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64.dmg-signed +129+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize*' +129+ for i in $( find * -name '*.dmg' ) +129+ scp eclipse-php-2024-06-M2-macosx-cocoa-aarch64.dmg eclipse-php-2024-06-M2-macosx-cocoa-aarch64.dmg.md5 eclipse-php-2024-06-M2-macosx-cocoa-aarch64.dmg.sha1 eclipse-php-2024-06-M2-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +129+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-06-M2-macosx-cocoa-aarch64.dmg-signed +129+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize*' +129+ for i in $( find * -name '*.dmg' ) +129+ scp eclipse-php-2024-06-M2-macosx-cocoa-x86_64.dmg eclipse-php-2024-06-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-php-2024-06-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-php-2024-06-M2-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +129+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-06-M2-macosx-cocoa-x86_64.dmg-signed +129+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize*' +129+ for i in $( find * -name '*.dmg' ) +129+ scp eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64.dmg eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64.dmg.md5 eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64.dmg.sha1 eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +129+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64.dmg-signed +129+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize*' +129+ for i in $( find * -name '*.dmg' ) +129+ scp eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64.dmg eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +129+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64.dmg-signed +129+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize*' +129+ for i in $( find * -name '*.dmg' ) +129+ scp eclipse-scout-2024-06-M2-macosx-cocoa-aarch64.dmg eclipse-scout-2024-06-M2-macosx-cocoa-aarch64.dmg.md5 eclipse-scout-2024-06-M2-macosx-cocoa-aarch64.dmg.sha1 eclipse-scout-2024-06-M2-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +129+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-06-M2-macosx-cocoa-aarch64.dmg-signed +129+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-06-M2-macosx-cocoa-aarch64.dmg-tonotarize*' +129+ for i in $( find * -name '*.dmg' ) +129+ scp eclipse-scout-2024-06-M2-macosx-cocoa-x86_64.dmg eclipse-scout-2024-06-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-scout-2024-06-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-scout-2024-06-M2-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +129+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-06-M2-macosx-cocoa-x86_64.dmg-signed +129+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-06-M2-macosx-cocoa-x86_64.dmg-tonotarize*' +129+ popd ~/agent/workspace/notarize-downloads ++129+ find /home/jenkins/agent/workspace/notarize-downloads -name '*.dmg-tonotarize' +129+ [[ -n '' ]] $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 50 killed; [ssh-agent] Stopped. Archiving artifacts Finished: SUCCESS