Started by user Jonah Graham Running as Jonah Graham Agent basic-g1hmc is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-g1hmc" 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-g1hmc" - 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-g1hmc" - 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-g1hmc (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-pHkYYjIgM28i/agent.50 SSH_AGENT_PID=52 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/notarize-downloads@tmp/private_key_2814946112723997475.key (/home/jenkins/agent/workspace/notarize-downloads@tmp/private_key_2814946112723997475.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 af613f432c090a51ddafb12dcc7238f8b70f140a (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f af613f432c090a51ddafb12dcc7238f8b70f140a # timeout=10 Commit message: "Revert "Temporarily don't build some parts of EPP to reduce disk usage"" > git rev-list --no-walk 9e1693b0ad126aa008484cd98fafbec11b783e9c # timeout=10 [notarize-downloads] $ /bin/bash /tmp/jenkins7384786730591334452.sh + export 'PS4=+$$+ ' + PS4='+$$+ ' +133+ SSHUSER=genie.packaging@projects-storage.eclipse.org +133+ SSH='ssh genie.packaging@projects-storage.eclipse.org' +133+ SCP=scp +133+ mkdir temp +133+ pushd temp ~/agent/workspace/notarize-downloads/temp ~/agent/workspace/notarize-downloads ++133+ ssh genie.packaging@projects-storage.eclipse.org find /home/data/httpd/download.eclipse.org/technology/epp/staging -maxdepth 1 -name '*.dmg-tonotarize' +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize . +133+ popd ~/agent/workspace/notarize-downloads ++133+ find /home/jenkins/agent/workspace/notarize-downloads -name '*.dmg-tonotarize' +133+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +133+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize +133+ LOG=eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64.dmg +133+ sleep 18s +133+ tee --append eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.log +180+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64.dmg ++180+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64.dmg +180+ DMG=eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64.dmg +180+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64.dmg ++180+ echo eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64.dmg ++180+ sed s/_/-/g +180+ PRIMARY_BUNDLE_ID=eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86-64.dmg +180+ retryCount=1 +180+ '[' 1 -gt 0 ']' ++180+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +180+ RESPONSE_RAW='{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++180+ head -n1 +180+ RESPONSE='{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++180+ tail -n1 +180+ STATUS_CODE=200 ++180+ echo '{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++180+ jq -r .uuid +180+ UUID=63e43aab-27ad-4462-b379-90adbe507b26 ++180+ echo '{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++180+ jq -r .notarizationStatus.status +180+ STATUS=IN_PROGRESS +180+ [[ 200 == \5\0\3 ]] +180+ [[ 200 == \5\0\2 ]] +180+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +180+ sleep 1m +133+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +133+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize +133+ LOG=eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64.dmg +133+ sleep 18s +133+ tee --append eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.log +202+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64.dmg ++202+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64.dmg +202+ DMG=eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64.dmg +202+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64.dmg ++202+ echo eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64.dmg ++202+ sed s/_/-/g +202+ PRIMARY_BUNDLE_ID=eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64.dmg +202+ retryCount=1 +202+ '[' 1 -gt 0 ']' ++202+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +202+ RESPONSE_RAW='{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++202+ head -n1 +202+ RESPONSE='{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++202+ tail -n1 +202+ STATUS_CODE=200 ++202+ echo '{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++202+ jq -r .uuid +202+ UUID=4c9385d6-a5a2-4200-8203-22117ab1a04a ++202+ echo '{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++202+ jq -r .notarizationStatus.status +202+ STATUS=IN_PROGRESS +202+ [[ 200 == \5\0\3 ]] +202+ [[ 200 == \5\0\2 ]] +202+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +202+ sleep 1m +133+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +133+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M3-macosx-cocoa-x86_64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize +133+ LOG=eclipse-scout-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M3-macosx-cocoa-x86_64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M3-macosx-cocoa-x86_64.dmg +133+ sleep 18s +133+ tee --append eclipse-scout-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.log +224+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M3-macosx-cocoa-x86_64.dmg ++224+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M3-macosx-cocoa-x86_64.dmg +224+ DMG=eclipse-scout-2024-03-M3-macosx-cocoa-x86_64.dmg +224+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize eclipse-scout-2024-03-M3-macosx-cocoa-x86_64.dmg ++224+ echo eclipse-scout-2024-03-M3-macosx-cocoa-x86_64.dmg ++224+ sed s/_/-/g +224+ PRIMARY_BUNDLE_ID=eclipse-scout-2024-03-M3-macosx-cocoa-x86-64.dmg +224+ retryCount=1 +224+ '[' 1 -gt 0 ']' ++224+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-scout-2024-03-M3-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-scout-2024-03-M3-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +224+ RESPONSE_RAW='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++224+ head -n1 +224+ RESPONSE='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++224+ tail -n1 +224+ STATUS_CODE=200 ++224+ echo '{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++224+ jq -r .uuid +224+ UUID=827e382b-3638-45ae-b76d-94e6def39b5c ++224+ echo '{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++224+ jq -r .notarizationStatus.status +224+ STATUS=IN_PROGRESS +224+ [[ 200 == \5\0\3 ]] +224+ [[ 200 == \5\0\2 ]] +224+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +224+ sleep 1m +133+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +133+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M3-macosx-cocoa-x86_64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize +133+ LOG=eclipse-committers-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M3-macosx-cocoa-x86_64.dmg' +133+ sleep 18s +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M3-macosx-cocoa-x86_64.dmg +133+ tee --append eclipse-committers-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.log +246+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M3-macosx-cocoa-x86_64.dmg ++246+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M3-macosx-cocoa-x86_64.dmg +246+ DMG=eclipse-committers-2024-03-M3-macosx-cocoa-x86_64.dmg +246+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize eclipse-committers-2024-03-M3-macosx-cocoa-x86_64.dmg ++246+ echo eclipse-committers-2024-03-M3-macosx-cocoa-x86_64.dmg ++246+ sed s/_/-/g +246+ PRIMARY_BUNDLE_ID=eclipse-committers-2024-03-M3-macosx-cocoa-x86-64.dmg +246+ retryCount=1 +246+ '[' 1 -gt 0 ']' ++246+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-committers-2024-03-M3-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-committers-2024-03-M3-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +246+ RESPONSE_RAW='{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++246+ head -n1 +246+ RESPONSE='{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++246+ tail -n1 +246+ STATUS_CODE=200 ++246+ echo '{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++246+ jq -r .uuid +246+ UUID=b26fe7e3-6745-4217-85d3-e3cbae3bc465 ++246+ echo '{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++246+ jq -r .notarizationStatus.status +246+ STATUS=IN_PROGRESS +246+ [[ 200 == \5\0\3 ]] +246+ [[ 200 == \5\0\2 ]] +246+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +246+ sleep 1m ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/63e43aab-27ad-4462-b379-90adbe507b26/status +180+ RESPONSE_RAW='{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++180+ head -n1 +180+ RESPONSE='{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++180+ tail -n1 +180+ STATUS_CODE=200 ++180+ echo '{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++180+ jq -r .notarizationStatus.status +180+ STATUS=IN_PROGRESS +180+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +180+ sleep 1m +133+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +133+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize +133+ LOG=eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64.dmg +133+ sleep 18s +133+ tee --append eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.log +278+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64.dmg ++278+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64.dmg +278+ DMG=eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64.dmg +278+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64.dmg ++278+ echo eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64.dmg ++278+ sed s/_/-/g +278+ PRIMARY_BUNDLE_ID=eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64.dmg +278+ retryCount=1 +278+ '[' 1 -gt 0 ']' ++278+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +278+ RESPONSE_RAW='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++278+ head -n1 +278+ RESPONSE='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++278+ tail -n1 +278+ STATUS_CODE=200 ++278+ echo '{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++278+ jq -r .uuid +278+ UUID=d9d15027-0bde-439f-a243-8ffd6c7c0969 ++278+ echo '{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++278+ jq -r .notarizationStatus.status +278+ STATUS=IN_PROGRESS +278+ [[ 200 == \5\0\3 ]] +278+ [[ 200 == \5\0\2 ]] +278+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +278+ sleep 1m ++202+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4c9385d6-a5a2-4200-8203-22117ab1a04a/status +202+ RESPONSE_RAW='{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++202+ head -n1 +202+ RESPONSE='{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++202+ tail -n1 +202+ STATUS_CODE=200 ++202+ echo '{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++202+ jq -r .notarizationStatus.status +202+ STATUS=IN_PROGRESS +202+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +202+ sleep 1m +133+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +133+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize +133+ LOG=eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64.dmg +133+ sleep 18s +133+ tee --append eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.log +311+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64.dmg ++311+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64.dmg +311+ DMG=eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64.dmg +311+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64.dmg ++311+ echo eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64.dmg ++311+ sed s/_/-/g +311+ PRIMARY_BUNDLE_ID=eclipse-modeling-2024-03-M3-macosx-cocoa-x86-64.dmg +311+ retryCount=1 +311+ '[' 1 -gt 0 ']' ++311+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-modeling-2024-03-M3-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +311+ RESPONSE_RAW='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++311+ jq -r .uuid +311+ UUID=9df4e12b-378a-4899-92b6-d73d18a881f1 ++311+ echo '{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ 200 == \5\0\3 ]] +311+ [[ 200 == \5\0\2 ]] +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/827e382b-3638-45ae-b76d-94e6def39b5c/status +224+ RESPONSE_RAW='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++224+ head -n1 +224+ RESPONSE='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++224+ tail -n1 +224+ STATUS_CODE=200 ++224+ echo '{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++224+ jq -r .notarizationStatus.status +224+ STATUS=IN_PROGRESS +224+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +224+ sleep 1m +133+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +133+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M3-macosx-cocoa-aarch64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize +133+ LOG=eclipse-jee-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M3-macosx-cocoa-aarch64.dmg' +133+ sleep 18s +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M3-macosx-cocoa-aarch64.dmg +133+ tee --append eclipse-jee-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.log +343+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M3-macosx-cocoa-aarch64.dmg ++343+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M3-macosx-cocoa-aarch64.dmg +343+ DMG=eclipse-jee-2024-03-M3-macosx-cocoa-aarch64.dmg +343+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize eclipse-jee-2024-03-M3-macosx-cocoa-aarch64.dmg ++343+ echo eclipse-jee-2024-03-M3-macosx-cocoa-aarch64.dmg ++343+ sed s/_/-/g +343+ PRIMARY_BUNDLE_ID=eclipse-jee-2024-03-M3-macosx-cocoa-aarch64.dmg +343+ retryCount=1 +343+ '[' 1 -gt 0 ']' ++343+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-jee-2024-03-M3-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-jee-2024-03-M3-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +343+ RESPONSE_RAW='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++343+ jq -r .uuid +343+ UUID=cb1d9044-8684-46ae-934b-b606e1e20944 ++343+ echo '{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ 200 == \5\0\3 ]] +343+ [[ 200 == \5\0\2 ]] +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m ++246+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b26fe7e3-6745-4217-85d3-e3cbae3bc465/status +246+ RESPONSE_RAW='{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++246+ head -n1 +246+ RESPONSE='{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++246+ tail -n1 +246+ STATUS_CODE=200 ++246+ echo '{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++246+ jq -r .notarizationStatus.status +246+ STATUS=IN_PROGRESS +246+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +246+ sleep 1m +133+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +133+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M3-macosx-cocoa-aarch64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize +133+ LOG=eclipse-java-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M3-macosx-cocoa-aarch64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M3-macosx-cocoa-aarch64.dmg +133+ sleep 18s +133+ tee --append eclipse-java-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.log +375+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M3-macosx-cocoa-aarch64.dmg ++375+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M3-macosx-cocoa-aarch64.dmg +375+ DMG=eclipse-java-2024-03-M3-macosx-cocoa-aarch64.dmg +375+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize eclipse-java-2024-03-M3-macosx-cocoa-aarch64.dmg ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/63e43aab-27ad-4462-b379-90adbe507b26/status +180+ RESPONSE_RAW='{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++180+ head -n1 ++375+ echo eclipse-java-2024-03-M3-macosx-cocoa-aarch64.dmg +180+ RESPONSE='{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++375+ sed s/_/-/g ++180+ tail -n1 +180+ STATUS_CODE=200 +375+ PRIMARY_BUNDLE_ID=eclipse-java-2024-03-M3-macosx-cocoa-aarch64.dmg +375+ retryCount=1 +375+ '[' 1 -gt 0 ']' ++180+ echo '{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++375+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-java-2024-03-M3-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-java-2024-03-M3-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++180+ jq -r .notarizationStatus.status +180+ STATUS=IN_PROGRESS +180+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +180+ sleep 1m +375+ RESPONSE_RAW='{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ echo '{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++375+ jq -r .uuid +375+ UUID=5fa6343b-d453-4f23-a196-2b56976b8bd6 ++375+ echo '{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++375+ jq -r .notarizationStatus.status +375+ STATUS=IN_PROGRESS +375+ [[ 200 == \5\0\3 ]] +375+ [[ 200 == \5\0\2 ]] +375+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d9d15027-0bde-439f-a243-8ffd6c7c0969/status +278+ RESPONSE_RAW='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++278+ head -n1 +278+ RESPONSE='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++278+ tail -n1 +278+ STATUS_CODE=200 ++278+ echo '{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++278+ jq -r .notarizationStatus.status +278+ STATUS=IN_PROGRESS +278+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +278+ sleep 1m +133+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +133+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize +133+ LOG=eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64.dmg' +133+ sleep 18s +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64.dmg +133+ tee --append eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.log +417+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64.dmg ++417+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64.dmg +417+ DMG=eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64.dmg +417+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64.dmg ++417+ echo eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64.dmg ++417+ sed s/_/-/g +417+ PRIMARY_BUNDLE_ID=eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64.dmg +417+ retryCount=1 +417+ '[' 1 -gt 0 ']' ++417+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++202+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4c9385d6-a5a2-4200-8203-22117ab1a04a/status +202+ RESPONSE_RAW='{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++202+ head -n1 +202+ RESPONSE='{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++202+ tail -n1 +202+ STATUS_CODE=200 ++202+ echo '{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++202+ jq -r .notarizationStatus.status +202+ STATUS=IN_PROGRESS +202+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +202+ sleep 1m +417+ RESPONSE_RAW='{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++417+ jq -r .uuid +417+ UUID=ab1d91d4-8bba-4115-ba65-d00af2ffecef ++417+ echo '{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ 200 == \5\0\3 ]] +417+ [[ 200 == \5\0\2 ]] +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9df4e12b-378a-4899-92b6-d73d18a881f1/status +311+ RESPONSE_RAW='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m +133+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +133+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize +133+ LOG=eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64.dmg +133+ sleep 18s +133+ tee --append eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.log +459+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64.dmg ++459+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64.dmg +459+ DMG=eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64.dmg +459+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64.dmg ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/827e382b-3638-45ae-b76d-94e6def39b5c/status +224+ RESPONSE_RAW='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++224+ head -n1 +224+ RESPONSE='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++224+ tail -n1 +224+ STATUS_CODE=200 ++224+ echo '{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++224+ jq -r .notarizationStatus.status +224+ STATUS=IN_PROGRESS +224+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +224+ sleep 1m ++459+ echo eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64.dmg ++459+ sed s/_/-/g +459+ PRIMARY_BUNDLE_ID=eclipse-dsl-2024-03-M3-macosx-cocoa-x86-64.dmg +459+ retryCount=1 +459+ '[' 1 -gt 0 ']' ++459+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-dsl-2024-03-M3-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +459+ RESPONSE_RAW='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++459+ jq -r .uuid +459+ UUID=4083b046-9e4a-46c9-ad12-8495836067ba ++459+ echo '{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ 200 == \5\0\3 ]] +459+ [[ 200 == \5\0\2 ]] +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb1d9044-8684-46ae-934b-b606e1e20944/status +343+ RESPONSE_RAW='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m +133+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +133+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M3-macosx-cocoa-aarch64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize +133+ LOG=eclipse-scout-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M3-macosx-cocoa-aarch64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M3-macosx-cocoa-aarch64.dmg +133+ sleep 18s +133+ tee --append eclipse-scout-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.log +501+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M3-macosx-cocoa-aarch64.dmg ++501+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M3-macosx-cocoa-aarch64.dmg +501+ DMG=eclipse-scout-2024-03-M3-macosx-cocoa-aarch64.dmg +501+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize eclipse-scout-2024-03-M3-macosx-cocoa-aarch64.dmg ++501+ echo eclipse-scout-2024-03-M3-macosx-cocoa-aarch64.dmg ++501+ sed s/_/-/g +501+ PRIMARY_BUNDLE_ID=eclipse-scout-2024-03-M3-macosx-cocoa-aarch64.dmg +501+ retryCount=1 +501+ '[' 1 -gt 0 ']' ++501+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-scout-2024-03-M3-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-scout-2024-03-M3-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++246+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b26fe7e3-6745-4217-85d3-e3cbae3bc465/status +246+ RESPONSE_RAW='{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++246+ head -n1 +246+ RESPONSE='{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++246+ tail -n1 +246+ STATUS_CODE=200 ++246+ echo '{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++246+ jq -r .notarizationStatus.status +246+ STATUS=IN_PROGRESS +246+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +246+ sleep 1m +501+ RESPONSE_RAW='{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++501+ jq -r .uuid +501+ UUID=91de9dd7-7565-4185-a0e7-79d0549cf0c2 ++501+ echo '{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ 200 == \5\0\3 ]] +501+ [[ 200 == \5\0\2 ]] +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/63e43aab-27ad-4462-b379-90adbe507b26/status +180+ RESPONSE_RAW='{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++180+ head -n1 +180+ RESPONSE='{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++180+ tail -n1 +180+ STATUS_CODE=200 ++180+ echo '{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++180+ jq -r .notarizationStatus.status +180+ STATUS=IN_PROGRESS +180+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +180+ sleep 1m ++375+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5fa6343b-d453-4f23-a196-2b56976b8bd6/status +375+ RESPONSE_RAW='{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ echo '{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++375+ jq -r .notarizationStatus.status +375+ STATUS=IN_PROGRESS +375+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ sleep 1m +133+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +133+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize +133+ LOG=eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64.dmg +133+ sleep 18s +133+ tee --append eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.log +553+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64.dmg ++553+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64.dmg +553+ DMG=eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64.dmg +553+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64.dmg ++553+ echo eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64.dmg ++553+ sed s/_/-/g +553+ PRIMARY_BUNDLE_ID=eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64.dmg +553+ retryCount=1 +553+ '[' 1 -gt 0 ']' ++553+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d9d15027-0bde-439f-a243-8ffd6c7c0969/status +278+ RESPONSE_RAW='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++278+ head -n1 +278+ RESPONSE='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++278+ tail -n1 +278+ STATUS_CODE=200 ++278+ echo '{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++278+ jq -r .notarizationStatus.status +278+ STATUS=IN_PROGRESS +278+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +278+ sleep 1m ++202+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4c9385d6-a5a2-4200-8203-22117ab1a04a/status +202+ RESPONSE_RAW='{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++202+ head -n1 +202+ RESPONSE='{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++202+ tail -n1 +202+ STATUS_CODE=200 ++202+ echo '{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++202+ jq -r .notarizationStatus.status +202+ STATUS=IN_PROGRESS +202+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +202+ sleep 1m +553+ RESPONSE_RAW='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++553+ jq -r .uuid +553+ UUID=4137fa82-beeb-4c41-8b95-5852a9e51b84 ++553+ echo '{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ 200 == \5\0\3 ]] +553+ [[ 200 == \5\0\2 ]] +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ab1d91d4-8bba-4115-ba65-d00af2ffecef/status +417+ RESPONSE_RAW='{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m +133+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +133+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize +133+ LOG=eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64.dmg' +133+ sleep 18s +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64.dmg +133+ tee --append eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.log +605+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64.dmg ++605+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64.dmg +605+ DMG=eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64.dmg +605+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64.dmg ++605+ echo eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64.dmg ++605+ sed s/_/-/g +605+ PRIMARY_BUNDLE_ID=eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64.dmg +605+ retryCount=1 +605+ '[' 1 -gt 0 ']' ++605+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9df4e12b-378a-4899-92b6-d73d18a881f1/status +311+ RESPONSE_RAW='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m +605+ RESPONSE_RAW='{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++605+ head -n1 +605+ RESPONSE='{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++605+ tail -n1 +605+ STATUS_CODE=200 ++605+ echo '{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++605+ jq -r .uuid +605+ UUID=e8ea1820-64b5-4553-9763-08901f8f6b48 ++605+ echo '{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++605+ jq -r .notarizationStatus.status +605+ STATUS=IN_PROGRESS +605+ [[ 200 == \5\0\3 ]] +605+ [[ 200 == \5\0\2 ]] +605+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +605+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/827e382b-3638-45ae-b76d-94e6def39b5c/status +224+ RESPONSE_RAW='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++224+ head -n1 +224+ RESPONSE='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++224+ tail -n1 +224+ STATUS_CODE=200 ++224+ echo '{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++224+ jq -r .notarizationStatus.status +224+ STATUS=IN_PROGRESS +224+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +224+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4083b046-9e4a-46c9-ad12-8495836067ba/status +459+ RESPONSE_RAW='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m +133+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +133+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M3-macosx-cocoa-aarch64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize +133+ LOG=eclipse-php-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M3-macosx-cocoa-aarch64.dmg' +133+ sleep 18s +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M3-macosx-cocoa-aarch64.dmg +133+ tee --append eclipse-php-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.log +657+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M3-macosx-cocoa-aarch64.dmg ++657+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M3-macosx-cocoa-aarch64.dmg +657+ DMG=eclipse-php-2024-03-M3-macosx-cocoa-aarch64.dmg +657+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize eclipse-php-2024-03-M3-macosx-cocoa-aarch64.dmg ++657+ sed s/_/-/g ++657+ echo eclipse-php-2024-03-M3-macosx-cocoa-aarch64.dmg +657+ PRIMARY_BUNDLE_ID=eclipse-php-2024-03-M3-macosx-cocoa-aarch64.dmg +657+ retryCount=1 +657+ '[' 1 -gt 0 ']' ++657+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-php-2024-03-M3-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-php-2024-03-M3-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb1d9044-8684-46ae-934b-b606e1e20944/status +343+ RESPONSE_RAW='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m +657+ RESPONSE_RAW='{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ echo '{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++657+ jq -r .uuid +657+ UUID=f29231c9-c640-4024-ad68-c925104631ec ++657+ echo '{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++657+ jq -r .notarizationStatus.status +657+ STATUS=IN_PROGRESS +657+ [[ 200 == \5\0\3 ]] +657+ [[ 200 == \5\0\2 ]] +657+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ sleep 1m ++246+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b26fe7e3-6745-4217-85d3-e3cbae3bc465/status +246+ RESPONSE_RAW='{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++246+ head -n1 +246+ RESPONSE='{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++246+ tail -n1 +246+ STATUS_CODE=200 ++246+ echo '{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++246+ jq -r .notarizationStatus.status +246+ STATUS=IN_PROGRESS +246+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +246+ sleep 1m ++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/91de9dd7-7565-4185-a0e7-79d0549cf0c2/status +501+ RESPONSE_RAW='{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/63e43aab-27ad-4462-b379-90adbe507b26/status +180+ RESPONSE_RAW='{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++180+ head -n1 +180+ RESPONSE='{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++180+ tail -n1 +180+ STATUS_CODE=200 ++180+ echo '{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++180+ jq -r .notarizationStatus.status +180+ STATUS=IN_PROGRESS +180+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +180+ sleep 1m ++375+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5fa6343b-d453-4f23-a196-2b56976b8bd6/status +375+ RESPONSE_RAW='{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ echo '{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++375+ jq -r .notarizationStatus.status +375+ STATUS=IN_PROGRESS +375+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ sleep 1m +133+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +133+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M3-macosx-cocoa-aarch64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize +133+ LOG=eclipse-committers-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M3-macosx-cocoa-aarch64.dmg' +133+ sleep 18s +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M3-macosx-cocoa-aarch64.dmg +133+ tee --append eclipse-committers-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.log +729+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M3-macosx-cocoa-aarch64.dmg ++729+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M3-macosx-cocoa-aarch64.dmg +729+ DMG=eclipse-committers-2024-03-M3-macosx-cocoa-aarch64.dmg +729+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize eclipse-committers-2024-03-M3-macosx-cocoa-aarch64.dmg ++729+ echo eclipse-committers-2024-03-M3-macosx-cocoa-aarch64.dmg ++729+ sed s/_/-/g +729+ PRIMARY_BUNDLE_ID=eclipse-committers-2024-03-M3-macosx-cocoa-aarch64.dmg +729+ retryCount=1 +729+ '[' 1 -gt 0 ']' ++729+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-committers-2024-03-M3-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-committers-2024-03-M3-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +729+ RESPONSE_RAW='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++729+ head -n1 +729+ RESPONSE='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++729+ tail -n1 +729+ STATUS_CODE=200 ++729+ echo '{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++729+ jq -r .uuid +729+ UUID=7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748 ++729+ echo '{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++729+ jq -r .notarizationStatus.status +729+ STATUS=IN_PROGRESS +729+ [[ 200 == \5\0\3 ]] +729+ [[ 200 == \5\0\2 ]] +729+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +729+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d9d15027-0bde-439f-a243-8ffd6c7c0969/status +278+ RESPONSE_RAW='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++278+ head -n1 +278+ RESPONSE='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++278+ tail -n1 +278+ STATUS_CODE=200 ++278+ echo '{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++278+ jq -r .notarizationStatus.status +278+ STATUS=IN_PROGRESS +278+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +278+ sleep 1m ++202+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4c9385d6-a5a2-4200-8203-22117ab1a04a/status +202+ RESPONSE_RAW='{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++202+ head -n1 +202+ RESPONSE='{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++202+ tail -n1 +202+ STATUS_CODE=200 ++202+ echo '{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++202+ jq -r .notarizationStatus.status +202+ STATUS=IN_PROGRESS +202+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +202+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4137fa82-beeb-4c41-8b95-5852a9e51b84/status +553+ RESPONSE_RAW='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m +133+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +133+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize +133+ LOG=eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64.dmg +133+ sleep 18s +133+ tee --append eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.log +781+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64.dmg ++781+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64.dmg +781+ DMG=eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64.dmg +781+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64.dmg ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ab1d91d4-8bba-4115-ba65-d00af2ffecef/status +417+ RESPONSE_RAW='{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++781+ echo eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64.dmg ++781+ sed s/_/-/g +781+ PRIMARY_BUNDLE_ID=eclipse-rcp-2024-03-M3-macosx-cocoa-x86-64.dmg +781+ retryCount=1 +781+ '[' 1 -gt 0 ']' ++781+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-rcp-2024-03-M3-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +781+ RESPONSE_RAW='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++781+ jq -r .uuid +781+ UUID=5ff1d5a9-961a-450c-a5c8-274438d248ac ++781+ echo '{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ 200 == \5\0\3 ]] +781+ [[ 200 == \5\0\2 ]] +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9df4e12b-378a-4899-92b6-d73d18a881f1/status +311+ RESPONSE_RAW='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++605+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e8ea1820-64b5-4553-9763-08901f8f6b48/status +605+ RESPONSE_RAW='{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++605+ head -n1 +605+ RESPONSE='{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++605+ tail -n1 +605+ STATUS_CODE=200 ++605+ echo '{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++605+ jq -r .notarizationStatus.status +605+ STATUS=IN_PROGRESS +605+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +605+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/827e382b-3638-45ae-b76d-94e6def39b5c/status +224+ RESPONSE_RAW='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++224+ head -n1 +224+ RESPONSE='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++224+ tail -n1 +224+ STATUS_CODE=200 ++224+ echo '{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++224+ jq -r .notarizationStatus.status +224+ STATUS=IN_PROGRESS +224+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +224+ sleep 1m +133+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +133+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize +133+ LOG=eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64.dmg +133+ sleep 18s +133+ tee --append eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.log +843+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64.dmg ++843+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64.dmg +843+ DMG=eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64.dmg +843+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64.dmg ++843+ echo eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64.dmg ++843+ sed s/_/-/g +843+ PRIMARY_BUNDLE_ID=eclipse-cpp-2024-03-M3-macosx-cocoa-x86-64.dmg +843+ retryCount=1 +843+ '[' 1 -gt 0 ']' ++843+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-cpp-2024-03-M3-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4083b046-9e4a-46c9-ad12-8495836067ba/status +459+ RESPONSE_RAW='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m +843+ RESPONSE_RAW='{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++843+ head -n1 +843+ RESPONSE='{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++843+ tail -n1 +843+ STATUS_CODE=200 ++843+ echo '{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++843+ jq -r .uuid +843+ UUID=34b86c9f-4825-4800-8330-8e8ed0fca9bb ++843+ echo '{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++843+ jq -r .notarizationStatus.status +843+ STATUS=IN_PROGRESS +843+ [[ 200 == \5\0\3 ]] +843+ [[ 200 == \5\0\2 ]] +843+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +843+ sleep 1m ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb1d9044-8684-46ae-934b-b606e1e20944/status +343+ RESPONSE_RAW='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m ++657+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f29231c9-c640-4024-ad68-c925104631ec/status +657+ RESPONSE_RAW='{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ echo '{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++657+ jq -r .notarizationStatus.status +657+ STATUS=IN_PROGRESS +657+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ sleep 1m ++246+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b26fe7e3-6745-4217-85d3-e3cbae3bc465/status +246+ RESPONSE_RAW='{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++246+ head -n1 +246+ RESPONSE='{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++246+ tail -n1 +246+ STATUS_CODE=200 ++246+ echo '{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++246+ jq -r .notarizationStatus.status +246+ STATUS=IN_PROGRESS +246+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +246+ sleep 1m +133+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +133+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M3-macosx-cocoa-x86_64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize +133+ LOG=eclipse-java-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M3-macosx-cocoa-x86_64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M3-macosx-cocoa-x86_64.dmg +133+ sleep 18s +133+ tee --append eclipse-java-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.log +905+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M3-macosx-cocoa-x86_64.dmg ++905+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M3-macosx-cocoa-x86_64.dmg +905+ DMG=eclipse-java-2024-03-M3-macosx-cocoa-x86_64.dmg +905+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize eclipse-java-2024-03-M3-macosx-cocoa-x86_64.dmg ++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/91de9dd7-7565-4185-a0e7-79d0549cf0c2/status +501+ RESPONSE_RAW='{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/63e43aab-27ad-4462-b379-90adbe507b26/status +180+ RESPONSE_RAW='{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++180+ head -n1 +180+ RESPONSE='{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++180+ tail -n1 +180+ STATUS_CODE=200 ++180+ jq -r .notarizationStatus.status ++180+ echo '{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +180+ STATUS=IN_PROGRESS +180+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +180+ sleep 1m ++905+ echo eclipse-java-2024-03-M3-macosx-cocoa-x86_64.dmg ++905+ sed s/_/-/g +905+ PRIMARY_BUNDLE_ID=eclipse-java-2024-03-M3-macosx-cocoa-x86-64.dmg +905+ retryCount=1 +905+ '[' 1 -gt 0 ']' ++905+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-java-2024-03-M3-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-java-2024-03-M3-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++375+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5fa6343b-d453-4f23-a196-2b56976b8bd6/status +375+ RESPONSE_RAW='{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ echo '{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++375+ jq -r .notarizationStatus.status +375+ STATUS=IN_PROGRESS +375+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ sleep 1m +905+ RESPONSE_RAW='{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++905+ head -n1 +905+ RESPONSE='{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++905+ tail -n1 +905+ STATUS_CODE=200 ++905+ echo '{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++905+ jq -r .uuid +905+ UUID=35c167b3-0234-45a5-86d5-f6a73b127301 ++905+ echo '{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++905+ jq -r .notarizationStatus.status +905+ STATUS=IN_PROGRESS +905+ [[ 200 == \5\0\3 ]] +905+ [[ 200 == \5\0\2 ]] +905+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +905+ sleep 1m ++729+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748/status +729+ RESPONSE_RAW='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++729+ head -n1 +729+ RESPONSE='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++729+ tail -n1 +729+ STATUS_CODE=200 ++729+ echo '{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++729+ jq -r .notarizationStatus.status +729+ STATUS=IN_PROGRESS +729+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +729+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d9d15027-0bde-439f-a243-8ffd6c7c0969/status +278+ RESPONSE_RAW='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++278+ head -n1 +278+ RESPONSE='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++278+ tail -n1 +278+ STATUS_CODE=200 ++278+ echo '{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++278+ jq -r .notarizationStatus.status +278+ STATUS=IN_PROGRESS +278+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +278+ sleep 1m +133+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +133+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M3-macosx-cocoa-x86_64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize +133+ LOG=eclipse-jee-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M3-macosx-cocoa-x86_64.dmg' +133+ sleep 18s +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M3-macosx-cocoa-x86_64.dmg +133+ tee --append eclipse-jee-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.log +977+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M3-macosx-cocoa-x86_64.dmg ++977+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M3-macosx-cocoa-x86_64.dmg +977+ DMG=eclipse-jee-2024-03-M3-macosx-cocoa-x86_64.dmg +977+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize eclipse-jee-2024-03-M3-macosx-cocoa-x86_64.dmg ++977+ echo eclipse-jee-2024-03-M3-macosx-cocoa-x86_64.dmg ++977+ sed s/_/-/g +977+ PRIMARY_BUNDLE_ID=eclipse-jee-2024-03-M3-macosx-cocoa-x86-64.dmg +977+ retryCount=1 +977+ '[' 1 -gt 0 ']' ++977+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-jee-2024-03-M3-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-jee-2024-03-M3-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++202+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4c9385d6-a5a2-4200-8203-22117ab1a04a/status +202+ RESPONSE_RAW='{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++202+ head -n1 +202+ RESPONSE='{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++202+ tail -n1 +202+ STATUS_CODE=200 ++202+ echo '{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++202+ jq -r .notarizationStatus.status +202+ STATUS=IN_PROGRESS +202+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +202+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4137fa82-beeb-4c41-8b95-5852a9e51b84/status +553+ RESPONSE_RAW='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ab1d91d4-8bba-4115-ba65-d00af2ffecef/status +417+ RESPONSE_RAW='{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ jq -r .notarizationStatus.status ++417+ echo '{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m +977+ RESPONSE_RAW='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++977+ jq -r .uuid +977+ UUID=6d797a40-6544-4a15-a339-ef1b86cec971 ++977+ echo '{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ 200 == \5\0\3 ]] +977+ [[ 200 == \5\0\2 ]] +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ff1d5a9-961a-450c-a5c8-274438d248ac/status +781+ RESPONSE_RAW='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9df4e12b-378a-4899-92b6-d73d18a881f1/status +311+ RESPONSE_RAW='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m +133+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +133+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M3-macosx-cocoa-x86_64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize +133+ LOG=eclipse-php-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M3-macosx-cocoa-x86_64.dmg' +133+ sleep 18s +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M3-macosx-cocoa-x86_64.dmg +133+ tee --append eclipse-php-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.log +1049+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M3-macosx-cocoa-x86_64.dmg ++1049+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M3-macosx-cocoa-x86_64.dmg +1049+ DMG=eclipse-php-2024-03-M3-macosx-cocoa-x86_64.dmg +1049+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize eclipse-php-2024-03-M3-macosx-cocoa-x86_64.dmg ++605+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e8ea1820-64b5-4553-9763-08901f8f6b48/status +605+ RESPONSE_RAW='{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++605+ head -n1 +605+ RESPONSE='{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++605+ tail -n1 +605+ STATUS_CODE=200 ++605+ echo '{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++605+ jq -r .notarizationStatus.status +605+ STATUS=IN_PROGRESS +605+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +605+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/827e382b-3638-45ae-b76d-94e6def39b5c/status +224+ RESPONSE_RAW='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++224+ head -n1 +224+ RESPONSE='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++224+ tail -n1 +224+ STATUS_CODE=200 ++224+ echo '{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++224+ jq -r .notarizationStatus.status +224+ STATUS=IN_PROGRESS +224+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +224+ sleep 1m ++1049+ echo eclipse-php-2024-03-M3-macosx-cocoa-x86_64.dmg ++1049+ sed s/_/-/g +1049+ PRIMARY_BUNDLE_ID=eclipse-php-2024-03-M3-macosx-cocoa-x86-64.dmg +1049+ retryCount=1 +1049+ '[' 1 -gt 0 ']' ++1049+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-php-2024-03-M3-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-php-2024-03-M3-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +1049+ RESPONSE_RAW='{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++1049+ head -n1 +1049+ RESPONSE='{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++1049+ tail -n1 +1049+ STATUS_CODE=200 ++1049+ echo '{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++1049+ jq -r .uuid +1049+ UUID=db335aff-40e9-424d-b8b3-b141e7a62eb4 ++1049+ echo '{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++1049+ jq -r .notarizationStatus.status +1049+ STATUS=IN_PROGRESS +1049+ [[ 200 == \5\0\3 ]] +1049+ [[ 200 == \5\0\2 ]] +1049+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1049+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4083b046-9e4a-46c9-ad12-8495836067ba/status +459+ RESPONSE_RAW='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++843+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/34b86c9f-4825-4800-8330-8e8ed0fca9bb/status +843+ RESPONSE_RAW='{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++843+ head -n1 +843+ RESPONSE='{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++843+ tail -n1 +843+ STATUS_CODE=200 ++843+ echo '{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++843+ jq -r .notarizationStatus.status +843+ STATUS=IN_PROGRESS +843+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +843+ sleep 1m ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb1d9044-8684-46ae-934b-b606e1e20944/status +343+ RESPONSE_RAW='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m +133+ jobs -p 180 202 224 246 278 311 343 375 417 459 501 553 605 657 729 781 843 905 977 1049 +133+ wait ++133+ jobs -p ++657+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f29231c9-c640-4024-ad68-c925104631ec/status +657+ RESPONSE_RAW='{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ echo '{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++657+ jq -r .notarizationStatus.status +657+ STATUS=IN_PROGRESS +657+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ sleep 1m ++246+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b26fe7e3-6745-4217-85d3-e3cbae3bc465/status +246+ RESPONSE_RAW='{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++246+ head -n1 +246+ RESPONSE='{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++246+ tail -n1 +246+ STATUS_CODE=200 ++246+ echo '{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++246+ jq -r .notarizationStatus.status +246+ STATUS=IN_PROGRESS +246+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +246+ sleep 1m ++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/91de9dd7-7565-4185-a0e7-79d0549cf0c2/status +501+ RESPONSE_RAW='{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/63e43aab-27ad-4462-b379-90adbe507b26/status +180+ RESPONSE_RAW='{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++180+ head -n1 +180+ RESPONSE='{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++180+ tail -n1 +180+ STATUS_CODE=200 ++180+ echo '{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++180+ jq -r .notarizationStatus.status +180+ STATUS=IN_PROGRESS +180+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +180+ sleep 1m ++375+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5fa6343b-d453-4f23-a196-2b56976b8bd6/status +375+ RESPONSE_RAW='{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ echo '{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++375+ jq -r .notarizationStatus.status +375+ STATUS=IN_PROGRESS +375+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ sleep 1m ++905+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/35c167b3-0234-45a5-86d5-f6a73b127301/status +905+ RESPONSE_RAW='{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++905+ head -n1 +905+ RESPONSE='{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++905+ tail -n1 +905+ STATUS_CODE=200 ++905+ echo '{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++905+ jq -r .notarizationStatus.status +905+ STATUS=IN_PROGRESS +905+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +905+ sleep 1m ++729+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748/status +729+ RESPONSE_RAW='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++729+ head -n1 +729+ RESPONSE='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++729+ tail -n1 +729+ STATUS_CODE=200 ++729+ echo '{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++729+ jq -r .notarizationStatus.status +729+ STATUS=IN_PROGRESS +729+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +729+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d9d15027-0bde-439f-a243-8ffd6c7c0969/status +278+ RESPONSE_RAW='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++278+ head -n1 +278+ RESPONSE='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++278+ tail -n1 +278+ STATUS_CODE=200 ++278+ echo '{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++278+ jq -r .notarizationStatus.status +278+ STATUS=IN_PROGRESS +278+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +278+ sleep 1m ++202+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4c9385d6-a5a2-4200-8203-22117ab1a04a/status +202+ RESPONSE_RAW='{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++202+ head -n1 +202+ RESPONSE='{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++202+ tail -n1 +202+ STATUS_CODE=200 ++202+ echo '{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++202+ jq -r .notarizationStatus.status +202+ STATUS=IN_PROGRESS +202+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +202+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4137fa82-beeb-4c41-8b95-5852a9e51b84/status +553+ RESPONSE_RAW='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ab1d91d4-8bba-4115-ba65-d00af2ffecef/status +417+ RESPONSE_RAW='{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d797a40-6544-4a15-a339-ef1b86cec971/status +977+ RESPONSE_RAW='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ff1d5a9-961a-450c-a5c8-274438d248ac/status +781+ RESPONSE_RAW='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9df4e12b-378a-4899-92b6-d73d18a881f1/status +311+ RESPONSE_RAW='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++605+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e8ea1820-64b5-4553-9763-08901f8f6b48/status +605+ RESPONSE_RAW='{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++605+ head -n1 +605+ RESPONSE='{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++605+ tail -n1 +605+ STATUS_CODE=200 ++605+ echo '{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++605+ jq -r .notarizationStatus.status +605+ STATUS=IN_PROGRESS +605+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +605+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/827e382b-3638-45ae-b76d-94e6def39b5c/status +224+ RESPONSE_RAW='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++224+ head -n1 +224+ RESPONSE='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++224+ tail -n1 +224+ STATUS_CODE=200 ++224+ echo '{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++224+ jq -r .notarizationStatus.status +224+ STATUS=IN_PROGRESS +224+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +224+ sleep 1m ++1049+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db335aff-40e9-424d-b8b3-b141e7a62eb4/status +1049+ RESPONSE_RAW='{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++1049+ head -n1 +1049+ RESPONSE='{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++1049+ tail -n1 +1049+ STATUS_CODE=200 ++1049+ echo '{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++1049+ jq -r .notarizationStatus.status +1049+ STATUS=IN_PROGRESS +1049+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1049+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4083b046-9e4a-46c9-ad12-8495836067ba/status +459+ RESPONSE_RAW='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++843+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/34b86c9f-4825-4800-8330-8e8ed0fca9bb/status +843+ RESPONSE_RAW='{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++843+ head -n1 +843+ RESPONSE='{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++843+ tail -n1 +843+ STATUS_CODE=200 ++843+ echo '{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++843+ jq -r .notarizationStatus.status +843+ STATUS=IN_PROGRESS +843+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +843+ sleep 1m ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb1d9044-8684-46ae-934b-b606e1e20944/status +343+ RESPONSE_RAW='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m ++657+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f29231c9-c640-4024-ad68-c925104631ec/status +657+ RESPONSE_RAW='{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ echo '{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++657+ jq -r .notarizationStatus.status +657+ STATUS=IN_PROGRESS +657+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ sleep 1m ++246+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b26fe7e3-6745-4217-85d3-e3cbae3bc465/status +246+ RESPONSE_RAW='{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++246+ head -n1 +246+ RESPONSE='{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++246+ tail -n1 +246+ STATUS_CODE=200 ++246+ echo '{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++246+ jq -r .notarizationStatus.status +246+ STATUS=IN_PROGRESS +246+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +246+ sleep 1m ++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/91de9dd7-7565-4185-a0e7-79d0549cf0c2/status +501+ RESPONSE_RAW='{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/63e43aab-27ad-4462-b379-90adbe507b26/status +180+ RESPONSE_RAW='{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++180+ head -n1 +180+ RESPONSE='{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++180+ tail -n1 +180+ STATUS_CODE=200 ++180+ echo '{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++180+ jq -r .notarizationStatus.status +180+ STATUS=IN_PROGRESS +180+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +180+ sleep 1m ++375+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5fa6343b-d453-4f23-a196-2b56976b8bd6/status +375+ RESPONSE_RAW='{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ echo '{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++375+ jq -r .notarizationStatus.status +375+ STATUS=IN_PROGRESS +375+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ sleep 1m ++905+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/35c167b3-0234-45a5-86d5-f6a73b127301/status +905+ RESPONSE_RAW='{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++905+ head -n1 +905+ RESPONSE='{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++905+ tail -n1 +905+ STATUS_CODE=200 ++905+ echo '{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++905+ jq -r .notarizationStatus.status +905+ STATUS=IN_PROGRESS +905+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +905+ sleep 1m ++729+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748/status +729+ RESPONSE_RAW='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++729+ head -n1 +729+ RESPONSE='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++729+ tail -n1 +729+ STATUS_CODE=200 ++729+ echo '{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++729+ jq -r .notarizationStatus.status +729+ STATUS=IN_PROGRESS +729+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +729+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d9d15027-0bde-439f-a243-8ffd6c7c0969/status +278+ RESPONSE_RAW='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++278+ head -n1 +278+ RESPONSE='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++278+ tail -n1 +278+ STATUS_CODE=200 ++278+ echo '{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++278+ jq -r .notarizationStatus.status +278+ STATUS=IN_PROGRESS +278+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +278+ sleep 1m ++202+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4c9385d6-a5a2-4200-8203-22117ab1a04a/status +202+ RESPONSE_RAW='{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++202+ head -n1 +202+ RESPONSE='{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++202+ tail -n1 +202+ STATUS_CODE=200 ++202+ echo '{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++202+ jq -r .notarizationStatus.status +202+ STATUS=IN_PROGRESS +202+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +202+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4137fa82-beeb-4c41-8b95-5852a9e51b84/status +553+ RESPONSE_RAW='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ab1d91d4-8bba-4115-ba65-d00af2ffecef/status +417+ RESPONSE_RAW='{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d797a40-6544-4a15-a339-ef1b86cec971/status +977+ RESPONSE_RAW='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ff1d5a9-961a-450c-a5c8-274438d248ac/status +781+ RESPONSE_RAW='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9df4e12b-378a-4899-92b6-d73d18a881f1/status +311+ RESPONSE_RAW='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++605+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e8ea1820-64b5-4553-9763-08901f8f6b48/status +605+ RESPONSE_RAW='{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++605+ head -n1 +605+ RESPONSE='{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++605+ tail -n1 +605+ STATUS_CODE=200 ++605+ echo '{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++605+ jq -r .notarizationStatus.status +605+ STATUS=IN_PROGRESS +605+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +605+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/827e382b-3638-45ae-b76d-94e6def39b5c/status +224+ RESPONSE_RAW='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++224+ head -n1 +224+ RESPONSE='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++224+ tail -n1 +224+ STATUS_CODE=200 ++224+ echo '{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++224+ jq -r .notarizationStatus.status +224+ STATUS=IN_PROGRESS +224+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +224+ sleep 1m ++1049+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db335aff-40e9-424d-b8b3-b141e7a62eb4/status +1049+ RESPONSE_RAW='{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++1049+ head -n1 +1049+ RESPONSE='{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++1049+ tail -n1 +1049+ STATUS_CODE=200 ++1049+ echo '{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++1049+ jq -r .notarizationStatus.status +1049+ STATUS=IN_PROGRESS +1049+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1049+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4083b046-9e4a-46c9-ad12-8495836067ba/status +459+ RESPONSE_RAW='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++843+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/34b86c9f-4825-4800-8330-8e8ed0fca9bb/status +843+ RESPONSE_RAW='{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++843+ head -n1 +843+ RESPONSE='{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++843+ tail -n1 +843+ STATUS_CODE=200 ++843+ echo '{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++843+ jq -r .notarizationStatus.status +843+ STATUS=IN_PROGRESS +843+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +843+ sleep 1m ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb1d9044-8684-46ae-934b-b606e1e20944/status +343+ RESPONSE_RAW='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m ++657+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f29231c9-c640-4024-ad68-c925104631ec/status +657+ RESPONSE_RAW='{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ echo '{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++657+ jq -r .notarizationStatus.status +657+ STATUS=IN_PROGRESS +657+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ sleep 1m ++246+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b26fe7e3-6745-4217-85d3-e3cbae3bc465/status +246+ RESPONSE_RAW='{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++246+ head -n1 +246+ RESPONSE='{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++246+ tail -n1 +246+ STATUS_CODE=200 ++246+ echo '{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++246+ jq -r .notarizationStatus.status +246+ STATUS=IN_PROGRESS +246+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +246+ sleep 1m ++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/91de9dd7-7565-4185-a0e7-79d0549cf0c2/status +501+ RESPONSE_RAW='{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/63e43aab-27ad-4462-b379-90adbe507b26/status +180+ RESPONSE_RAW='{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++180+ head -n1 +180+ RESPONSE='{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++180+ tail -n1 +180+ STATUS_CODE=200 ++180+ echo '{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++180+ jq -r .notarizationStatus.status +180+ STATUS=IN_PROGRESS +180+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +180+ sleep 1m ++375+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5fa6343b-d453-4f23-a196-2b56976b8bd6/status +375+ RESPONSE_RAW='{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ echo '{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++375+ jq -r .notarizationStatus.status +375+ STATUS=IN_PROGRESS +375+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ sleep 1m ++905+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/35c167b3-0234-45a5-86d5-f6a73b127301/status +905+ RESPONSE_RAW='{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++905+ head -n1 +905+ RESPONSE='{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++905+ tail -n1 +905+ STATUS_CODE=200 ++905+ echo '{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++905+ jq -r .notarizationStatus.status +905+ STATUS=IN_PROGRESS +905+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +905+ sleep 1m ++729+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748/status +729+ RESPONSE_RAW='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++729+ head -n1 +729+ RESPONSE='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++729+ tail -n1 +729+ STATUS_CODE=200 ++729+ echo '{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++729+ jq -r .notarizationStatus.status +729+ STATUS=IN_PROGRESS +729+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +729+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d9d15027-0bde-439f-a243-8ffd6c7c0969/status +278+ RESPONSE_RAW='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++278+ head -n1 +278+ RESPONSE='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++278+ tail -n1 +278+ STATUS_CODE=200 ++278+ echo '{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++278+ jq -r .notarizationStatus.status +278+ STATUS=IN_PROGRESS +278+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +278+ sleep 1m ++202+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4c9385d6-a5a2-4200-8203-22117ab1a04a/status +202+ RESPONSE_RAW='{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++202+ head -n1 +202+ RESPONSE='{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++202+ tail -n1 +202+ STATUS_CODE=200 ++202+ echo '{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++202+ jq -r .notarizationStatus.status +202+ STATUS=IN_PROGRESS +202+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +202+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4137fa82-beeb-4c41-8b95-5852a9e51b84/status +553+ RESPONSE_RAW='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ab1d91d4-8bba-4115-ba65-d00af2ffecef/status +417+ RESPONSE_RAW='{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d797a40-6544-4a15-a339-ef1b86cec971/status +977+ RESPONSE_RAW='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ff1d5a9-961a-450c-a5c8-274438d248ac/status +781+ RESPONSE_RAW='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9df4e12b-378a-4899-92b6-d73d18a881f1/status +311+ RESPONSE_RAW='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++605+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e8ea1820-64b5-4553-9763-08901f8f6b48/status +605+ RESPONSE_RAW='{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++605+ head -n1 +605+ RESPONSE='{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++605+ tail -n1 +605+ STATUS_CODE=200 ++605+ echo '{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++605+ jq -r .notarizationStatus.status +605+ STATUS=IN_PROGRESS +605+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +605+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/827e382b-3638-45ae-b76d-94e6def39b5c/status +224+ RESPONSE_RAW='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++224+ head -n1 +224+ RESPONSE='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++224+ tail -n1 +224+ STATUS_CODE=200 ++224+ echo '{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++224+ jq -r .notarizationStatus.status +224+ STATUS=IN_PROGRESS +224+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +224+ sleep 1m ++1049+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db335aff-40e9-424d-b8b3-b141e7a62eb4/status +1049+ RESPONSE_RAW='{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++1049+ head -n1 +1049+ RESPONSE='{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++1049+ tail -n1 +1049+ STATUS_CODE=200 ++1049+ echo '{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++1049+ jq -r .notarizationStatus.status +1049+ STATUS=IN_PROGRESS +1049+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1049+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4083b046-9e4a-46c9-ad12-8495836067ba/status +459+ RESPONSE_RAW='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++843+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/34b86c9f-4825-4800-8330-8e8ed0fca9bb/status +843+ RESPONSE_RAW='{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++843+ head -n1 +843+ RESPONSE='{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++843+ tail -n1 +843+ STATUS_CODE=200 ++843+ echo '{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++843+ jq -r .notarizationStatus.status +843+ STATUS=IN_PROGRESS +843+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +843+ sleep 1m ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb1d9044-8684-46ae-934b-b606e1e20944/status +343+ RESPONSE_RAW='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m ++657+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f29231c9-c640-4024-ad68-c925104631ec/status +657+ RESPONSE_RAW='{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ echo '{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++657+ jq -r .notarizationStatus.status +657+ STATUS=IN_PROGRESS +657+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ sleep 1m ++246+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b26fe7e3-6745-4217-85d3-e3cbae3bc465/status +246+ RESPONSE_RAW='{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++246+ head -n1 +246+ RESPONSE='{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++246+ tail -n1 +246+ STATUS_CODE=200 ++246+ echo '{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++246+ jq -r .notarizationStatus.status +246+ STATUS=IN_PROGRESS +246+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +246+ sleep 1m ++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/91de9dd7-7565-4185-a0e7-79d0549cf0c2/status +501+ RESPONSE_RAW='{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/63e43aab-27ad-4462-b379-90adbe507b26/status +180+ RESPONSE_RAW='{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++180+ head -n1 +180+ RESPONSE='{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++180+ tail -n1 +180+ STATUS_CODE=200 ++180+ echo '{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++180+ jq -r .notarizationStatus.status +180+ STATUS=IN_PROGRESS +180+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +180+ sleep 1m ++375+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5fa6343b-d453-4f23-a196-2b56976b8bd6/status +375+ RESPONSE_RAW='{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ echo '{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++375+ jq -r .notarizationStatus.status +375+ STATUS=IN_PROGRESS +375+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ sleep 1m ++905+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/35c167b3-0234-45a5-86d5-f6a73b127301/status +905+ RESPONSE_RAW='{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++905+ head -n1 +905+ RESPONSE='{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++905+ tail -n1 +905+ STATUS_CODE=200 ++905+ echo '{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++905+ jq -r .notarizationStatus.status +905+ STATUS=IN_PROGRESS +905+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +905+ sleep 1m ++729+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748/status +729+ RESPONSE_RAW='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++729+ head -n1 +729+ RESPONSE='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++729+ tail -n1 +729+ STATUS_CODE=200 ++729+ echo '{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++729+ jq -r .notarizationStatus.status +729+ STATUS=IN_PROGRESS +729+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +729+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d9d15027-0bde-439f-a243-8ffd6c7c0969/status +278+ RESPONSE_RAW='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++278+ head -n1 +278+ RESPONSE='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++278+ tail -n1 +278+ STATUS_CODE=200 ++278+ echo '{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++278+ jq -r .notarizationStatus.status +278+ STATUS=IN_PROGRESS +278+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +278+ sleep 1m ++202+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4c9385d6-a5a2-4200-8203-22117ab1a04a/status +202+ RESPONSE_RAW='{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++202+ head -n1 +202+ RESPONSE='{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++202+ tail -n1 +202+ STATUS_CODE=200 ++202+ echo '{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++202+ jq -r .notarizationStatus.status +202+ STATUS=IN_PROGRESS +202+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +202+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4137fa82-beeb-4c41-8b95-5852a9e51b84/status +553+ RESPONSE_RAW='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ab1d91d4-8bba-4115-ba65-d00af2ffecef/status +417+ RESPONSE_RAW='{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d797a40-6544-4a15-a339-ef1b86cec971/status +977+ RESPONSE_RAW='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ff1d5a9-961a-450c-a5c8-274438d248ac/status +781+ RESPONSE_RAW='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9df4e12b-378a-4899-92b6-d73d18a881f1/status +311+ RESPONSE_RAW='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++605+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e8ea1820-64b5-4553-9763-08901f8f6b48/status +605+ RESPONSE_RAW='{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++605+ head -n1 +605+ RESPONSE='{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++605+ tail -n1 +605+ STATUS_CODE=200 ++605+ echo '{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++605+ jq -r .notarizationStatus.status +605+ STATUS=IN_PROGRESS +605+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +605+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/827e382b-3638-45ae-b76d-94e6def39b5c/status +224+ RESPONSE_RAW='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++224+ head -n1 +224+ RESPONSE='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++224+ tail -n1 +224+ STATUS_CODE=200 ++224+ echo '{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++224+ jq -r .notarizationStatus.status +224+ STATUS=IN_PROGRESS +224+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +224+ sleep 1m ++1049+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db335aff-40e9-424d-b8b3-b141e7a62eb4/status +1049+ RESPONSE_RAW='{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++1049+ head -n1 +1049+ RESPONSE='{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++1049+ tail -n1 +1049+ STATUS_CODE=200 ++1049+ echo '{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++1049+ jq -r .notarizationStatus.status +1049+ STATUS=IN_PROGRESS +1049+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1049+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4083b046-9e4a-46c9-ad12-8495836067ba/status +459+ RESPONSE_RAW='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++843+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/34b86c9f-4825-4800-8330-8e8ed0fca9bb/status +843+ RESPONSE_RAW='{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++843+ head -n1 +843+ RESPONSE='{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++843+ tail -n1 +843+ STATUS_CODE=200 ++843+ echo '{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++843+ jq -r .notarizationStatus.status +843+ STATUS=IN_PROGRESS +843+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +843+ sleep 1m ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb1d9044-8684-46ae-934b-b606e1e20944/status +343+ RESPONSE_RAW='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m ++657+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f29231c9-c640-4024-ad68-c925104631ec/status +657+ RESPONSE_RAW='{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ echo '{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++657+ jq -r .notarizationStatus.status +657+ STATUS=IN_PROGRESS +657+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ sleep 1m ++246+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b26fe7e3-6745-4217-85d3-e3cbae3bc465/status +246+ RESPONSE_RAW='{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++246+ head -n1 +246+ RESPONSE='{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++246+ tail -n1 +246+ STATUS_CODE=200 ++246+ jq -r .notarizationStatus.status ++246+ echo '{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +246+ STATUS=IN_PROGRESS +246+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +246+ sleep 1m ++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/91de9dd7-7565-4185-a0e7-79d0549cf0c2/status +501+ RESPONSE_RAW='{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/63e43aab-27ad-4462-b379-90adbe507b26/status +180+ RESPONSE_RAW='{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++180+ head -n1 +180+ RESPONSE='{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++180+ tail -n1 +180+ STATUS_CODE=200 ++180+ echo '{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++180+ jq -r .notarizationStatus.status +180+ STATUS=IN_PROGRESS +180+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +180+ sleep 1m ++375+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5fa6343b-d453-4f23-a196-2b56976b8bd6/status +375+ RESPONSE_RAW='{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ echo '{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++375+ jq -r .notarizationStatus.status +375+ STATUS=IN_PROGRESS +375+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ sleep 1m ++905+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/35c167b3-0234-45a5-86d5-f6a73b127301/status +905+ RESPONSE_RAW='{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++905+ head -n1 +905+ RESPONSE='{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++905+ tail -n1 +905+ STATUS_CODE=200 ++905+ echo '{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++905+ jq -r .notarizationStatus.status +905+ STATUS=IN_PROGRESS +905+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +905+ sleep 1m ++729+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748/status +729+ RESPONSE_RAW='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++729+ head -n1 +729+ RESPONSE='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++729+ tail -n1 +729+ STATUS_CODE=200 ++729+ echo '{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++729+ jq -r .notarizationStatus.status +729+ STATUS=IN_PROGRESS +729+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +729+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d9d15027-0bde-439f-a243-8ffd6c7c0969/status +278+ RESPONSE_RAW='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++278+ head -n1 +278+ RESPONSE='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++278+ tail -n1 +278+ STATUS_CODE=200 ++278+ echo '{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++278+ jq -r .notarizationStatus.status +278+ STATUS=IN_PROGRESS +278+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +278+ sleep 1m ++202+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4c9385d6-a5a2-4200-8203-22117ab1a04a/status +202+ RESPONSE_RAW='{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++202+ head -n1 +202+ RESPONSE='{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++202+ tail -n1 +202+ STATUS_CODE=200 ++202+ echo '{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++202+ jq -r .notarizationStatus.status +202+ STATUS=IN_PROGRESS +202+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +202+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4137fa82-beeb-4c41-8b95-5852a9e51b84/status +553+ RESPONSE_RAW='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ab1d91d4-8bba-4115-ba65-d00af2ffecef/status +417+ RESPONSE_RAW='{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d797a40-6544-4a15-a339-ef1b86cec971/status +977+ RESPONSE_RAW='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ff1d5a9-961a-450c-a5c8-274438d248ac/status +781+ RESPONSE_RAW='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9df4e12b-378a-4899-92b6-d73d18a881f1/status +311+ RESPONSE_RAW='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++605+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e8ea1820-64b5-4553-9763-08901f8f6b48/status +605+ RESPONSE_RAW='{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++605+ head -n1 +605+ RESPONSE='{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++605+ tail -n1 +605+ STATUS_CODE=200 ++605+ echo '{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++605+ jq -r .notarizationStatus.status +605+ STATUS=IN_PROGRESS +605+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +605+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/827e382b-3638-45ae-b76d-94e6def39b5c/status +224+ RESPONSE_RAW='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++224+ head -n1 +224+ RESPONSE='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++224+ tail -n1 +224+ STATUS_CODE=200 ++224+ echo '{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++224+ jq -r .notarizationStatus.status +224+ STATUS=IN_PROGRESS +224+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +224+ sleep 1m ++1049+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db335aff-40e9-424d-b8b3-b141e7a62eb4/status +1049+ RESPONSE_RAW='{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1049+ head -n1 +1049+ RESPONSE='{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1049+ tail -n1 +1049+ STATUS_CODE=200 ++1049+ echo '{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1049+ jq -r .notarizationStatus.status +1049+ STATUS=IN_PROGRESS +1049+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1049+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4083b046-9e4a-46c9-ad12-8495836067ba/status +459+ RESPONSE_RAW='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++843+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/34b86c9f-4825-4800-8330-8e8ed0fca9bb/status +843+ RESPONSE_RAW='{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++843+ head -n1 +843+ RESPONSE='{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++843+ tail -n1 +843+ STATUS_CODE=200 ++843+ echo '{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++843+ jq -r .notarizationStatus.status +843+ STATUS=IN_PROGRESS +843+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +843+ sleep 1m ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb1d9044-8684-46ae-934b-b606e1e20944/status +343+ RESPONSE_RAW='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m ++657+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f29231c9-c640-4024-ad68-c925104631ec/status +657+ RESPONSE_RAW='{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ echo '{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++657+ jq -r .notarizationStatus.status +657+ STATUS=IN_PROGRESS +657+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ sleep 1m ++246+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b26fe7e3-6745-4217-85d3-e3cbae3bc465/status +246+ RESPONSE_RAW='{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++246+ head -n1 +246+ RESPONSE='{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++246+ tail -n1 +246+ STATUS_CODE=200 ++246+ echo '{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++246+ jq -r .notarizationStatus.status +246+ STATUS=IN_PROGRESS +246+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +246+ sleep 1m ++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/91de9dd7-7565-4185-a0e7-79d0549cf0c2/status +501+ RESPONSE_RAW='{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/63e43aab-27ad-4462-b379-90adbe507b26/status +180+ RESPONSE_RAW='{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++180+ head -n1 +180+ RESPONSE='{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++180+ tail -n1 +180+ STATUS_CODE=200 ++180+ echo '{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++180+ jq -r .notarizationStatus.status +180+ STATUS=IN_PROGRESS +180+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +180+ sleep 1m ++375+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5fa6343b-d453-4f23-a196-2b56976b8bd6/status +375+ RESPONSE_RAW='{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ echo '{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++375+ jq -r .notarizationStatus.status +375+ STATUS=IN_PROGRESS +375+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ sleep 1m ++905+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/35c167b3-0234-45a5-86d5-f6a73b127301/status +905+ RESPONSE_RAW='{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++905+ head -n1 +905+ RESPONSE='{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++905+ tail -n1 +905+ STATUS_CODE=200 ++905+ echo '{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++905+ jq -r .notarizationStatus.status +905+ STATUS=IN_PROGRESS +905+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +905+ sleep 1m ++729+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748/status +729+ RESPONSE_RAW='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++729+ head -n1 +729+ RESPONSE='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++729+ tail -n1 +729+ STATUS_CODE=200 ++729+ echo '{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++729+ jq -r .notarizationStatus.status +729+ STATUS=IN_PROGRESS +729+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +729+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d9d15027-0bde-439f-a243-8ffd6c7c0969/status +278+ RESPONSE_RAW='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++278+ head -n1 +278+ RESPONSE='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++278+ tail -n1 +278+ STATUS_CODE=200 ++278+ echo '{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++278+ jq -r .notarizationStatus.status +278+ STATUS=IN_PROGRESS +278+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +278+ sleep 1m ++202+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4c9385d6-a5a2-4200-8203-22117ab1a04a/status +202+ RESPONSE_RAW='{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++202+ head -n1 +202+ RESPONSE='{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++202+ tail -n1 +202+ STATUS_CODE=200 ++202+ echo '{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++202+ jq -r .notarizationStatus.status +202+ STATUS=IN_PROGRESS +202+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +202+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4137fa82-beeb-4c41-8b95-5852a9e51b84/status +553+ RESPONSE_RAW='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ab1d91d4-8bba-4115-ba65-d00af2ffecef/status +417+ RESPONSE_RAW='{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d797a40-6544-4a15-a339-ef1b86cec971/status +977+ RESPONSE_RAW='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ff1d5a9-961a-450c-a5c8-274438d248ac/status +781+ RESPONSE_RAW='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9df4e12b-378a-4899-92b6-d73d18a881f1/status +311+ RESPONSE_RAW='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++605+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e8ea1820-64b5-4553-9763-08901f8f6b48/status +605+ RESPONSE_RAW='{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++605+ head -n1 +605+ RESPONSE='{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++605+ tail -n1 +605+ STATUS_CODE=200 ++605+ echo '{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++605+ jq -r .notarizationStatus.status +605+ STATUS=IN_PROGRESS +605+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +605+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/827e382b-3638-45ae-b76d-94e6def39b5c/status +224+ RESPONSE_RAW='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++224+ head -n1 +224+ RESPONSE='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++224+ tail -n1 +224+ STATUS_CODE=200 ++224+ echo '{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++224+ jq -r .notarizationStatus.status +224+ STATUS=IN_PROGRESS +224+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +224+ sleep 1m ++1049+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db335aff-40e9-424d-b8b3-b141e7a62eb4/status +1049+ RESPONSE_RAW='{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1049+ head -n1 +1049+ RESPONSE='{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1049+ tail -n1 +1049+ STATUS_CODE=200 ++1049+ jq -r .notarizationStatus.status ++1049+ echo '{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +1049+ STATUS=IN_PROGRESS +1049+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1049+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4083b046-9e4a-46c9-ad12-8495836067ba/status +459+ RESPONSE_RAW='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++843+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/34b86c9f-4825-4800-8330-8e8ed0fca9bb/status +843+ RESPONSE_RAW='{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++843+ head -n1 +843+ RESPONSE='{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++843+ tail -n1 +843+ STATUS_CODE=200 ++843+ echo '{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++843+ jq -r .notarizationStatus.status +843+ STATUS=IN_PROGRESS +843+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +843+ sleep 1m ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb1d9044-8684-46ae-934b-b606e1e20944/status +343+ RESPONSE_RAW='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m ++657+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f29231c9-c640-4024-ad68-c925104631ec/status +657+ RESPONSE_RAW='{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ echo '{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++657+ jq -r .notarizationStatus.status +657+ STATUS=IN_PROGRESS +657+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ sleep 1m ++246+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b26fe7e3-6745-4217-85d3-e3cbae3bc465/status +246+ RESPONSE_RAW='{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++246+ head -n1 +246+ RESPONSE='{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++246+ tail -n1 +246+ STATUS_CODE=200 ++246+ echo '{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++246+ jq -r .notarizationStatus.status +246+ STATUS=IN_PROGRESS +246+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +246+ sleep 1m ++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/91de9dd7-7565-4185-a0e7-79d0549cf0c2/status +501+ RESPONSE_RAW='{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/63e43aab-27ad-4462-b379-90adbe507b26/status +180+ RESPONSE_RAW='{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++180+ head -n1 +180+ RESPONSE='{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++180+ tail -n1 +180+ STATUS_CODE=200 ++180+ echo '{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++180+ jq -r .notarizationStatus.status +180+ STATUS=IN_PROGRESS +180+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +180+ sleep 1m ++375+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5fa6343b-d453-4f23-a196-2b56976b8bd6/status +375+ RESPONSE_RAW='{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ echo '{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++375+ jq -r .notarizationStatus.status +375+ STATUS=IN_PROGRESS +375+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ sleep 1m ++905+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/35c167b3-0234-45a5-86d5-f6a73b127301/status +905+ RESPONSE_RAW='{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++905+ head -n1 +905+ RESPONSE='{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++905+ tail -n1 +905+ STATUS_CODE=200 ++905+ echo '{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++905+ jq -r .notarizationStatus.status +905+ STATUS=IN_PROGRESS +905+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +905+ sleep 1m ++729+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748/status +729+ RESPONSE_RAW='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++729+ head -n1 +729+ RESPONSE='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++729+ tail -n1 +729+ STATUS_CODE=200 ++729+ echo '{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++729+ jq -r .notarizationStatus.status +729+ STATUS=IN_PROGRESS +729+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +729+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d9d15027-0bde-439f-a243-8ffd6c7c0969/status +278+ RESPONSE_RAW='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++278+ head -n1 +278+ RESPONSE='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++278+ tail -n1 +278+ STATUS_CODE=200 ++278+ echo '{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++278+ jq -r .notarizationStatus.status +278+ STATUS=IN_PROGRESS +278+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +278+ sleep 1m ++202+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4c9385d6-a5a2-4200-8203-22117ab1a04a/status +202+ RESPONSE_RAW='{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++202+ head -n1 +202+ RESPONSE='{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++202+ tail -n1 +202+ STATUS_CODE=200 ++202+ echo '{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++202+ jq -r .notarizationStatus.status +202+ STATUS=IN_PROGRESS +202+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +202+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4137fa82-beeb-4c41-8b95-5852a9e51b84/status +553+ RESPONSE_RAW='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ab1d91d4-8bba-4115-ba65-d00af2ffecef/status +417+ RESPONSE_RAW='{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d797a40-6544-4a15-a339-ef1b86cec971/status +977+ RESPONSE_RAW='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ff1d5a9-961a-450c-a5c8-274438d248ac/status +781+ RESPONSE_RAW='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9df4e12b-378a-4899-92b6-d73d18a881f1/status +311+ RESPONSE_RAW='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++605+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e8ea1820-64b5-4553-9763-08901f8f6b48/status +605+ RESPONSE_RAW='{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++605+ head -n1 +605+ RESPONSE='{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++605+ tail -n1 +605+ STATUS_CODE=200 ++605+ echo '{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++605+ jq -r .notarizationStatus.status +605+ STATUS=IN_PROGRESS +605+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +605+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/827e382b-3638-45ae-b76d-94e6def39b5c/status +224+ RESPONSE_RAW='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++224+ head -n1 +224+ RESPONSE='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++224+ tail -n1 +224+ STATUS_CODE=200 ++224+ echo '{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++224+ jq -r .notarizationStatus.status +224+ STATUS=IN_PROGRESS +224+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +224+ sleep 1m ++1049+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db335aff-40e9-424d-b8b3-b141e7a62eb4/status +1049+ RESPONSE_RAW='{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1049+ head -n1 +1049+ RESPONSE='{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1049+ tail -n1 +1049+ STATUS_CODE=200 ++1049+ echo '{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1049+ jq -r .notarizationStatus.status +1049+ STATUS=IN_PROGRESS +1049+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1049+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4083b046-9e4a-46c9-ad12-8495836067ba/status +459+ RESPONSE_RAW='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++843+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/34b86c9f-4825-4800-8330-8e8ed0fca9bb/status +843+ RESPONSE_RAW='{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++843+ head -n1 +843+ RESPONSE='{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++843+ tail -n1 +843+ STATUS_CODE=200 ++843+ echo '{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++843+ jq -r .notarizationStatus.status +843+ STATUS=IN_PROGRESS +843+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +843+ sleep 1m ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb1d9044-8684-46ae-934b-b606e1e20944/status +343+ RESPONSE_RAW='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m ++657+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f29231c9-c640-4024-ad68-c925104631ec/status +657+ RESPONSE_RAW='{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ echo '{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++657+ jq -r .notarizationStatus.status +657+ STATUS=IN_PROGRESS +657+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ sleep 1m ++246+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b26fe7e3-6745-4217-85d3-e3cbae3bc465/status +246+ RESPONSE_RAW='{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++246+ head -n1 +246+ RESPONSE='{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++246+ tail -n1 +246+ STATUS_CODE=200 ++246+ echo '{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++246+ jq -r .notarizationStatus.status +246+ STATUS=IN_PROGRESS +246+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +246+ sleep 1m ++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/91de9dd7-7565-4185-a0e7-79d0549cf0c2/status +501+ RESPONSE_RAW='{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/63e43aab-27ad-4462-b379-90adbe507b26/status +180+ RESPONSE_RAW='{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++180+ head -n1 +180+ RESPONSE='{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++180+ tail -n1 +180+ STATUS_CODE=200 ++180+ echo '{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++180+ jq -r .notarizationStatus.status +180+ STATUS=IN_PROGRESS +180+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +180+ sleep 1m ++375+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5fa6343b-d453-4f23-a196-2b56976b8bd6/status +375+ RESPONSE_RAW='{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ echo '{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++375+ jq -r .notarizationStatus.status +375+ STATUS=IN_PROGRESS +375+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ sleep 1m ++905+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/35c167b3-0234-45a5-86d5-f6a73b127301/status +905+ RESPONSE_RAW='{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++905+ head -n1 +905+ RESPONSE='{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++905+ tail -n1 +905+ STATUS_CODE=200 ++905+ echo '{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++905+ jq -r .notarizationStatus.status +905+ STATUS=IN_PROGRESS +905+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +905+ sleep 1m ++729+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748/status +729+ RESPONSE_RAW='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++729+ head -n1 +729+ RESPONSE='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++729+ tail -n1 +729+ STATUS_CODE=200 ++729+ echo '{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++729+ jq -r .notarizationStatus.status +729+ STATUS=IN_PROGRESS +729+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +729+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d9d15027-0bde-439f-a243-8ffd6c7c0969/status +278+ RESPONSE_RAW='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++278+ head -n1 +278+ RESPONSE='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++278+ tail -n1 +278+ STATUS_CODE=200 ++278+ echo '{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++278+ jq -r .notarizationStatus.status +278+ STATUS=IN_PROGRESS +278+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +278+ sleep 1m ++202+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4c9385d6-a5a2-4200-8203-22117ab1a04a/status +202+ RESPONSE_RAW='{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++202+ head -n1 +202+ RESPONSE='{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++202+ tail -n1 +202+ STATUS_CODE=200 ++202+ echo '{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++202+ jq -r .notarizationStatus.status +202+ STATUS=IN_PROGRESS +202+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +202+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4137fa82-beeb-4c41-8b95-5852a9e51b84/status +553+ RESPONSE_RAW='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ab1d91d4-8bba-4115-ba65-d00af2ffecef/status +417+ RESPONSE_RAW='{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d797a40-6544-4a15-a339-ef1b86cec971/status +977+ RESPONSE_RAW='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ff1d5a9-961a-450c-a5c8-274438d248ac/status +781+ RESPONSE_RAW='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9df4e12b-378a-4899-92b6-d73d18a881f1/status +311+ RESPONSE_RAW='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++605+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e8ea1820-64b5-4553-9763-08901f8f6b48/status +605+ RESPONSE_RAW='{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++605+ head -n1 +605+ RESPONSE='{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++605+ tail -n1 +605+ STATUS_CODE=200 ++605+ echo '{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++605+ jq -r .notarizationStatus.status +605+ STATUS=IN_PROGRESS +605+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +605+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/827e382b-3638-45ae-b76d-94e6def39b5c/status +224+ RESPONSE_RAW='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++224+ head -n1 +224+ RESPONSE='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++224+ tail -n1 +224+ STATUS_CODE=200 ++224+ echo '{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++224+ jq -r .notarizationStatus.status +224+ STATUS=IN_PROGRESS +224+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +224+ sleep 1m ++1049+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db335aff-40e9-424d-b8b3-b141e7a62eb4/status +1049+ RESPONSE_RAW='{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1049+ head -n1 +1049+ RESPONSE='{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1049+ tail -n1 +1049+ STATUS_CODE=200 ++1049+ echo '{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1049+ jq -r .notarizationStatus.status +1049+ STATUS=IN_PROGRESS +1049+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1049+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4083b046-9e4a-46c9-ad12-8495836067ba/status +459+ RESPONSE_RAW='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++843+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/34b86c9f-4825-4800-8330-8e8ed0fca9bb/status +843+ RESPONSE_RAW='{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++843+ head -n1 +843+ RESPONSE='{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++843+ tail -n1 +843+ STATUS_CODE=200 ++843+ echo '{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++843+ jq -r .notarizationStatus.status +843+ STATUS=IN_PROGRESS +843+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +843+ sleep 1m ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb1d9044-8684-46ae-934b-b606e1e20944/status +343+ RESPONSE_RAW='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m ++657+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f29231c9-c640-4024-ad68-c925104631ec/status +657+ RESPONSE_RAW='{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ echo '{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++657+ jq -r .notarizationStatus.status +657+ STATUS=IN_PROGRESS +657+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ sleep 1m ++246+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b26fe7e3-6745-4217-85d3-e3cbae3bc465/status +246+ RESPONSE_RAW='{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++246+ head -n1 +246+ RESPONSE='{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++246+ tail -n1 +246+ STATUS_CODE=200 ++246+ echo '{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++246+ jq -r .notarizationStatus.status +246+ STATUS=IN_PROGRESS +246+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +246+ sleep 1m ++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/91de9dd7-7565-4185-a0e7-79d0549cf0c2/status +501+ RESPONSE_RAW='{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/63e43aab-27ad-4462-b379-90adbe507b26/status +180+ RESPONSE_RAW='{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++180+ head -n1 +180+ RESPONSE='{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++180+ tail -n1 +180+ STATUS_CODE=200 ++180+ echo '{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++180+ jq -r .notarizationStatus.status +180+ STATUS=IN_PROGRESS +180+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +180+ sleep 1m ++375+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5fa6343b-d453-4f23-a196-2b56976b8bd6/status +375+ RESPONSE_RAW='{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ echo '{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++375+ jq -r .notarizationStatus.status +375+ STATUS=IN_PROGRESS +375+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ sleep 1m ++905+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/35c167b3-0234-45a5-86d5-f6a73b127301/status +905+ RESPONSE_RAW='{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++905+ head -n1 +905+ RESPONSE='{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++905+ tail -n1 +905+ STATUS_CODE=200 ++905+ echo '{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++905+ jq -r .notarizationStatus.status +905+ STATUS=IN_PROGRESS +905+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +905+ sleep 1m ++729+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748/status +729+ RESPONSE_RAW='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++729+ head -n1 +729+ RESPONSE='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++729+ tail -n1 +729+ STATUS_CODE=200 ++729+ echo '{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++729+ jq -r .notarizationStatus.status +729+ STATUS=IN_PROGRESS +729+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +729+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d9d15027-0bde-439f-a243-8ffd6c7c0969/status +278+ RESPONSE_RAW='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++278+ head -n1 +278+ RESPONSE='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++278+ tail -n1 +278+ STATUS_CODE=200 ++278+ echo '{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++278+ jq -r .notarizationStatus.status +278+ STATUS=IN_PROGRESS +278+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +278+ sleep 1m ++202+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4c9385d6-a5a2-4200-8203-22117ab1a04a/status +202+ RESPONSE_RAW='{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++202+ head -n1 +202+ RESPONSE='{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++202+ tail -n1 +202+ STATUS_CODE=200 ++202+ echo '{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++202+ jq -r .notarizationStatus.status +202+ STATUS=IN_PROGRESS +202+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +202+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4137fa82-beeb-4c41-8b95-5852a9e51b84/status +553+ RESPONSE_RAW='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ab1d91d4-8bba-4115-ba65-d00af2ffecef/status +417+ RESPONSE_RAW='{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d797a40-6544-4a15-a339-ef1b86cec971/status +977+ RESPONSE_RAW='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ff1d5a9-961a-450c-a5c8-274438d248ac/status +781+ RESPONSE_RAW='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9df4e12b-378a-4899-92b6-d73d18a881f1/status +311+ RESPONSE_RAW='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++605+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e8ea1820-64b5-4553-9763-08901f8f6b48/status +605+ RESPONSE_RAW='{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++605+ head -n1 +605+ RESPONSE='{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++605+ tail -n1 +605+ STATUS_CODE=200 ++605+ echo '{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++605+ jq -r .notarizationStatus.status +605+ STATUS=IN_PROGRESS +605+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +605+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/827e382b-3638-45ae-b76d-94e6def39b5c/status +224+ RESPONSE_RAW='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++224+ head -n1 +224+ RESPONSE='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++224+ tail -n1 +224+ STATUS_CODE=200 ++224+ echo '{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++224+ jq -r .notarizationStatus.status +224+ STATUS=IN_PROGRESS +224+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +224+ sleep 1m ++1049+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db335aff-40e9-424d-b8b3-b141e7a62eb4/status +1049+ RESPONSE_RAW='{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1049+ head -n1 +1049+ RESPONSE='{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1049+ tail -n1 +1049+ STATUS_CODE=200 ++1049+ echo '{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1049+ jq -r .notarizationStatus.status +1049+ STATUS=IN_PROGRESS +1049+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1049+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4083b046-9e4a-46c9-ad12-8495836067ba/status +459+ RESPONSE_RAW='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++843+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/34b86c9f-4825-4800-8330-8e8ed0fca9bb/status +843+ RESPONSE_RAW='{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++843+ head -n1 +843+ RESPONSE='{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++843+ tail -n1 +843+ STATUS_CODE=200 ++843+ echo '{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++843+ jq -r .notarizationStatus.status +843+ STATUS=IN_PROGRESS +843+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +843+ sleep 1m ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb1d9044-8684-46ae-934b-b606e1e20944/status +343+ RESPONSE_RAW='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m ++657+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f29231c9-c640-4024-ad68-c925104631ec/status +657+ RESPONSE_RAW='{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ echo '{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++657+ jq -r .notarizationStatus.status +657+ STATUS=IN_PROGRESS +657+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ sleep 1m ++246+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b26fe7e3-6745-4217-85d3-e3cbae3bc465/status +246+ RESPONSE_RAW='{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++246+ head -n1 +246+ RESPONSE='{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++246+ tail -n1 +246+ STATUS_CODE=200 ++246+ echo '{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++246+ jq -r .notarizationStatus.status +246+ STATUS=IN_PROGRESS +246+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +246+ sleep 1m ++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/91de9dd7-7565-4185-a0e7-79d0549cf0c2/status +501+ RESPONSE_RAW='{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/63e43aab-27ad-4462-b379-90adbe507b26/status +180+ RESPONSE_RAW='{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++180+ head -n1 +180+ RESPONSE='{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++180+ tail -n1 +180+ STATUS_CODE=200 ++180+ echo '{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++180+ jq -r .notarizationStatus.status +180+ STATUS=IN_PROGRESS +180+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +180+ sleep 1m ++375+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5fa6343b-d453-4f23-a196-2b56976b8bd6/status +375+ RESPONSE_RAW='{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ echo '{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++375+ jq -r .notarizationStatus.status +375+ STATUS=IN_PROGRESS +375+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ sleep 1m ++905+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/35c167b3-0234-45a5-86d5-f6a73b127301/status +905+ RESPONSE_RAW='{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++905+ head -n1 +905+ RESPONSE='{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++905+ tail -n1 +905+ STATUS_CODE=200 ++905+ echo '{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++905+ jq -r .notarizationStatus.status +905+ STATUS=IN_PROGRESS +905+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +905+ sleep 1m ++729+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748/status +729+ RESPONSE_RAW='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++729+ head -n1 +729+ RESPONSE='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++729+ tail -n1 +729+ STATUS_CODE=200 ++729+ echo '{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++729+ jq -r .notarizationStatus.status +729+ STATUS=IN_PROGRESS +729+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +729+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d9d15027-0bde-439f-a243-8ffd6c7c0969/status +278+ RESPONSE_RAW='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++278+ head -n1 +278+ RESPONSE='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++278+ tail -n1 +278+ STATUS_CODE=200 ++278+ echo '{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++278+ jq -r .notarizationStatus.status +278+ STATUS=IN_PROGRESS +278+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +278+ sleep 1m ++202+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4c9385d6-a5a2-4200-8203-22117ab1a04a/status +202+ RESPONSE_RAW='{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++202+ head -n1 +202+ RESPONSE='{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++202+ tail -n1 +202+ STATUS_CODE=200 ++202+ echo '{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++202+ jq -r .notarizationStatus.status +202+ STATUS=IN_PROGRESS +202+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +202+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4137fa82-beeb-4c41-8b95-5852a9e51b84/status +553+ RESPONSE_RAW='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ab1d91d4-8bba-4115-ba65-d00af2ffecef/status +417+ RESPONSE_RAW='{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d797a40-6544-4a15-a339-ef1b86cec971/status +977+ RESPONSE_RAW='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ff1d5a9-961a-450c-a5c8-274438d248ac/status +781+ RESPONSE_RAW='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9df4e12b-378a-4899-92b6-d73d18a881f1/status +311+ RESPONSE_RAW='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++605+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e8ea1820-64b5-4553-9763-08901f8f6b48/status +605+ RESPONSE_RAW='{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++605+ head -n1 +605+ RESPONSE='{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++605+ tail -n1 +605+ STATUS_CODE=200 ++605+ echo '{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++605+ jq -r .notarizationStatus.status +605+ STATUS=IN_PROGRESS +605+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +605+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/827e382b-3638-45ae-b76d-94e6def39b5c/status +224+ RESPONSE_RAW='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++224+ head -n1 +224+ RESPONSE='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++224+ tail -n1 +224+ STATUS_CODE=200 ++224+ echo '{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++224+ jq -r .notarizationStatus.status +224+ STATUS=IN_PROGRESS +224+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +224+ sleep 1m ++1049+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db335aff-40e9-424d-b8b3-b141e7a62eb4/status +1049+ RESPONSE_RAW='{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1049+ head -n1 +1049+ RESPONSE='{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1049+ tail -n1 +1049+ STATUS_CODE=200 ++1049+ echo '{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1049+ jq -r .notarizationStatus.status +1049+ STATUS=IN_PROGRESS +1049+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1049+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4083b046-9e4a-46c9-ad12-8495836067ba/status +459+ RESPONSE_RAW='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++843+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/34b86c9f-4825-4800-8330-8e8ed0fca9bb/status +843+ RESPONSE_RAW='{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++843+ head -n1 +843+ RESPONSE='{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++843+ tail -n1 +843+ STATUS_CODE=200 ++843+ echo '{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++843+ jq -r .notarizationStatus.status +843+ STATUS=IN_PROGRESS +843+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +843+ sleep 1m ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb1d9044-8684-46ae-934b-b606e1e20944/status +343+ RESPONSE_RAW='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m ++657+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f29231c9-c640-4024-ad68-c925104631ec/status +657+ RESPONSE_RAW='{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ echo '{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++657+ jq -r .notarizationStatus.status +657+ STATUS=IN_PROGRESS +657+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ sleep 1m ++246+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b26fe7e3-6745-4217-85d3-e3cbae3bc465/status +246+ RESPONSE_RAW='{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++246+ head -n1 +246+ RESPONSE='{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++246+ tail -n1 +246+ STATUS_CODE=200 ++246+ echo '{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++246+ jq -r .notarizationStatus.status +246+ STATUS=IN_PROGRESS +246+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +246+ sleep 1m ++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/91de9dd7-7565-4185-a0e7-79d0549cf0c2/status +501+ RESPONSE_RAW='{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/63e43aab-27ad-4462-b379-90adbe507b26/status +180+ RESPONSE_RAW='{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++180+ head -n1 +180+ RESPONSE='{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++180+ tail -n1 +180+ STATUS_CODE=200 ++180+ echo '{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++180+ jq -r .notarizationStatus.status +180+ STATUS=IN_PROGRESS +180+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +180+ sleep 1m ++375+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5fa6343b-d453-4f23-a196-2b56976b8bd6/status +375+ RESPONSE_RAW='{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ echo '{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++375+ jq -r .notarizationStatus.status +375+ STATUS=IN_PROGRESS +375+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ sleep 1m ++905+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/35c167b3-0234-45a5-86d5-f6a73b127301/status +905+ RESPONSE_RAW='{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++905+ head -n1 +905+ RESPONSE='{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++905+ tail -n1 +905+ STATUS_CODE=200 ++905+ echo '{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++905+ jq -r .notarizationStatus.status +905+ STATUS=IN_PROGRESS +905+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +905+ sleep 1m ++729+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748/status +729+ RESPONSE_RAW='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++729+ head -n1 +729+ RESPONSE='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++729+ tail -n1 +729+ STATUS_CODE=200 ++729+ echo '{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++729+ jq -r .notarizationStatus.status +729+ STATUS=IN_PROGRESS +729+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +729+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d9d15027-0bde-439f-a243-8ffd6c7c0969/status +278+ RESPONSE_RAW='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++278+ head -n1 +278+ RESPONSE='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++278+ tail -n1 +278+ STATUS_CODE=200 ++278+ echo '{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++278+ jq -r .notarizationStatus.status +278+ STATUS=IN_PROGRESS +278+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +278+ sleep 1m ++202+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4c9385d6-a5a2-4200-8203-22117ab1a04a/status +202+ RESPONSE_RAW='{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","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\": \"bc1d55b9-a9ff-43d6-ad44-17218a40ef76\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg\",\n \"uploadDate\": \"2024-02-23T17:09:10.814Z\",\n \"sha256\": \"8cc71359e19076aedb0a28e29038971567f7e87fc4c02161e311ccf3011d740b\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df4490e26fd6140ee18429d491ebb8ce7ca72108\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ef6d952dd883386c50ab96f6db638206ead4a3d9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.aarch64_4.31.0.20240222-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"664c5d49426729c0bb44207145b72311b70c116b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4f8338d5eccb16c6f70a96235f4c022a27883353\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"981bfda18764a894609d5fea40b82b6770b583fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5c9dcabf0633b9768d043b7b44abb7b01f618042\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8753e34fd9dd3519b58f6bcd939aa245fa4476e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ef6d952dd883386c50ab96f6db638206ead4a3d9\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++202+ head -n1 +202+ RESPONSE='{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","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\": \"bc1d55b9-a9ff-43d6-ad44-17218a40ef76\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg\",\n \"uploadDate\": \"2024-02-23T17:09:10.814Z\",\n \"sha256\": \"8cc71359e19076aedb0a28e29038971567f7e87fc4c02161e311ccf3011d740b\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df4490e26fd6140ee18429d491ebb8ce7ca72108\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ef6d952dd883386c50ab96f6db638206ead4a3d9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.aarch64_4.31.0.20240222-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"664c5d49426729c0bb44207145b72311b70c116b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4f8338d5eccb16c6f70a96235f4c022a27883353\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"981bfda18764a894609d5fea40b82b6770b583fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5c9dcabf0633b9768d043b7b44abb7b01f618042\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8753e34fd9dd3519b58f6bcd939aa245fa4476e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ef6d952dd883386c50ab96f6db638206ead4a3d9\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++202+ tail -n1 +202+ STATUS_CODE=200 ++202+ jq -r .notarizationStatus.status ++202+ echo '{"uuid":"4c9385d6-a5a2-4200-8203-22117ab1a04a","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\":' '\"bc1d55b9-a9ff-43d6-ad44-17218a40ef76\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg\",\n' '\"uploadDate\":' '\"2024-02-23T17:09:10.814Z\",\n' '\"sha256\":' '\"8cc71359e19076aedb0a28e29038971567f7e87fc4c02161e311ccf3011d740b\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"df4490e26fd6140ee18429d491ebb8ce7ca72108\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ef6d952dd883386c50ab96f6db638206ead4a3d9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.aarch64_4.31.0.20240222-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/aarch64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"664c5d49426729c0bb44207145b72311b70c116b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4f8338d5eccb16c6f70a96235f4c022a27883353\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"981bfda18764a894609d5fea40b82b6770b583fb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5c9dcabf0633b9768d043b7b44abb7b01f618042\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8753e34fd9dd3519b58f6bcd939aa245fa4476e0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bd4615115802e3801cc9191362cc51028f11b4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d727d38c5139c3686030300071732e8b3e0d6e97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba28310855f1913a8910b26f863beac6664fdef1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"89a0601dc22363d664b0700a92e6a420d8c52937\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17c650090d05428f857e506b6b949b7688c1c4de\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9af736db45e396bbad210c983e78b0027cab615c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc09af6797f5684adc83290a7e6b521659428dc6\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c695544a0f794b4ac4e804611e001b7517e0480a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39030726ad16c699b648ece42d1510e34b55daea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b604112ac25d895811950bf051042032d28988d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c19760176935305415986d312cc23d39b6eea8e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b716005748f866e45709f80f08d4ca0069d54c6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3320ffff22b3e2942fe42315e0577418dd197a77\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f64393e15af28de8a84a791536884d4658b5cd66\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16e4da827030a18892aa04eed03443c145aab4a4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64-11286212182894325327.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ef6d952dd883386c50ab96f6db638206ead4a3d9\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +202+ STATUS=COMPLETE +202+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +202+ [[ 200 == \5\0\3 ]] +202+ [[ 200 == \5\0\2 ]] +202+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +202+ break +202+ rm eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64.dmg +202+ curl -JO https://cbi.eclipse.org/macos/xcrun/4c9385d6-a5a2-4200-8203-22117ab1a04a/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++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4137fa82-beeb-4c41-8b95-5852a9e51b84/status +553+ RESPONSE_RAW='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m 100 56.4M 0 56.4M 0 0 62.9M 0 --:--:-- --:--:-- --:--:-- 62.8M 100 116M 0 116M 0 0 61.0M 0 --:--:-- 0:00:01 --:--:-- 60.9M 100 184M 0 184M 0 0 63.5M 0 --:--:-- 0:00:02 --:--:-- 63.5M 100 268M 0 268M 0 0 68.8M 0 --:--:-- 0:00:03 --:--:-- 68.8M 100 345M 0 345M 0 0 70.5M 0 --:--:-- 0:00:04 --:--:-- 70.5M++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ab1d91d4-8bba-4115-ba65-d00af2ffecef/status 100 357M 0 357M 0 0 70.8M 0 --:--:-- 0:00:05 --:--:-- 72.5M curl: Saved to filename 'eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64.dmg' +202+ cp -vf eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64.dmg +417+ RESPONSE_RAW='{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m 'eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64.dmg' ++202+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64.dmg +202+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++202+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64.dmg +202+ b=eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64.dmg +202+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +202+ md5sum eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64.dmg +202+ sha1sum eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64.dmg ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d797a40-6544-4a15-a339-ef1b86cec971/status +977+ RESPONSE_RAW='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m +202+ sha512sum -b eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64.dmg +202+ rm eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize +202+ rm -f eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.md5 +202+ rm -f eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +202+ rm -f eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ff1d5a9-961a-450c-a5c8-274438d248ac/status +781+ RESPONSE_RAW='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9df4e12b-378a-4899-92b6-d73d18a881f1/status +311+ RESPONSE_RAW='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++605+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e8ea1820-64b5-4553-9763-08901f8f6b48/status +605+ RESPONSE_RAW='{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++605+ head -n1 +605+ RESPONSE='{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++605+ tail -n1 +605+ STATUS_CODE=200 ++605+ echo '{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++605+ jq -r .notarizationStatus.status +605+ STATUS=IN_PROGRESS +605+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +605+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/827e382b-3638-45ae-b76d-94e6def39b5c/status +224+ RESPONSE_RAW='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++224+ head -n1 +224+ RESPONSE='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++224+ tail -n1 +224+ STATUS_CODE=200 ++224+ echo '{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++224+ jq -r .notarizationStatus.status +224+ STATUS=IN_PROGRESS +224+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +224+ sleep 1m ++1049+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db335aff-40e9-424d-b8b3-b141e7a62eb4/status +1049+ RESPONSE_RAW='{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1049+ head -n1 +1049+ RESPONSE='{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1049+ tail -n1 +1049+ STATUS_CODE=200 ++1049+ echo '{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1049+ jq -r .notarizationStatus.status +1049+ STATUS=IN_PROGRESS +1049+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1049+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4083b046-9e4a-46c9-ad12-8495836067ba/status +459+ RESPONSE_RAW='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++843+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/34b86c9f-4825-4800-8330-8e8ed0fca9bb/status +843+ RESPONSE_RAW='{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++843+ head -n1 +843+ RESPONSE='{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++843+ tail -n1 +843+ STATUS_CODE=200 ++843+ echo '{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++843+ jq -r .notarizationStatus.status +843+ STATUS=IN_PROGRESS +843+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +843+ sleep 1m ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb1d9044-8684-46ae-934b-b606e1e20944/status +343+ RESPONSE_RAW='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m ++657+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f29231c9-c640-4024-ad68-c925104631ec/status +657+ RESPONSE_RAW='{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ echo '{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++657+ jq -r .notarizationStatus.status +657+ STATUS=IN_PROGRESS +657+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ sleep 1m ++246+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b26fe7e3-6745-4217-85d3-e3cbae3bc465/status +246+ RESPONSE_RAW='{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++246+ head -n1 +246+ RESPONSE='{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++246+ tail -n1 +246+ STATUS_CODE=200 ++246+ echo '{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++246+ jq -r .notarizationStatus.status +246+ STATUS=IN_PROGRESS +246+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +246+ sleep 1m ++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/91de9dd7-7565-4185-a0e7-79d0549cf0c2/status +501+ RESPONSE_RAW='{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/63e43aab-27ad-4462-b379-90adbe507b26/status +180+ RESPONSE_RAW='{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","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\": \"afbd41bb-9ce6-475a-a09e-3c99f25b3065\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg\",\n \"uploadDate\": \"2024-02-23T17:08:59.917Z\",\n \"sha256\": \"43ffb42da5e65a301b970ef62337c7b3933769585dbe5b6360451316d4553865\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"836580ed2bd78db6bdd3f9d4d980ffcc83f1141e\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f9feaad4850261bdb8fda2c00c0db9a84696c3d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.x86_64_4.31.0.20240222-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"664c5d49426729c0bb44207145b72311b70c116b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4f8338d5eccb16c6f70a96235f4c022a27883353\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8d0e456214cebc3514f2e22ff568ae61cddf80d6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4416f0c82748a89aa8b0f3189aee86991977e16\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae0675a638b1d3ef6b575fa4bec11bbdb8322e96\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f9feaad4850261bdb8fda2c00c0db9a84696c3d\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++180+ head -n1 +180+ RESPONSE='{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","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\": \"afbd41bb-9ce6-475a-a09e-3c99f25b3065\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg\",\n \"uploadDate\": \"2024-02-23T17:08:59.917Z\",\n \"sha256\": \"43ffb42da5e65a301b970ef62337c7b3933769585dbe5b6360451316d4553865\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"836580ed2bd78db6bdd3f9d4d980ffcc83f1141e\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f9feaad4850261bdb8fda2c00c0db9a84696c3d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.x86_64_4.31.0.20240222-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"664c5d49426729c0bb44207145b72311b70c116b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4f8338d5eccb16c6f70a96235f4c022a27883353\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8d0e456214cebc3514f2e22ff568ae61cddf80d6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4416f0c82748a89aa8b0f3189aee86991977e16\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae0675a638b1d3ef6b575fa4bec11bbdb8322e96\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f9feaad4850261bdb8fda2c00c0db9a84696c3d\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++180+ tail -n1 +180+ STATUS_CODE=200 ++180+ jq -r .notarizationStatus.status ++180+ echo '{"uuid":"63e43aab-27ad-4462-b379-90adbe507b26","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\":' '\"afbd41bb-9ce6-475a-a09e-3c99f25b3065\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg\",\n' '\"uploadDate\":' '\"2024-02-23T17:08:59.917Z\",\n' '\"sha256\":' '\"43ffb42da5e65a301b970ef62337c7b3933769585dbe5b6360451316d4553865\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"836580ed2bd78db6bdd3f9d4d980ffcc83f1141e\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8f9feaad4850261bdb8fda2c00c0db9a84696c3d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.x86_64_4.31.0.20240222-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00fda142f82025ddc29a3ff87f899862c2236492\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/aarch64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"664c5d49426729c0bb44207145b72311b70c116b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4f8338d5eccb16c6f70a96235f4c022a27883353\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8d0e456214cebc3514f2e22ff568ae61cddf80d6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4416f0c82748a89aa8b0f3189aee86991977e16\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ae0675a638b1d3ef6b575fa4bec11bbdb8322e96\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e10e84152ea00ca02ef572e712630aa2138150db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"140f1306945703e1dee54d5599ce4f3982f7da08\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a4c443e9dada0274fb99c7537c252de2a19009de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0cc027ea0d553364bca35f211be43a1511eede25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4723dedf08397f512250e6cce998c5b399a6bf20\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0fed0286e473bda68186cd0f5513579d3b811c98\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"786608011dd33a53d048c2c761e2edea579e97d5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41989a78b2fcb92288861630f93a1305566592d9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e923bc7580671e70ed71b3627fee81511fa21536\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"76361f0b9eecf6253b36a54b953faeabfea97658\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"310973d6a1c85d57c16e90db67412e83e42691e4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9de557ceeb1a285c868fe2d14c079653b680a344\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6a9af3bca6d618940ff27237e86fe78632151aab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17131a43459e09798ff9f22e2855d69e3d27157f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"307eae46a282e96812c9549f015e393b58f1da21\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f857708d3fffc650fab73fba95f6023f990a270c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1d9da991a78fa73066318509e6f1585b7671e31\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64-9205792523219125881.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8f9feaad4850261bdb8fda2c00c0db9a84696c3d\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +180+ STATUS=COMPLETE +180+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +180+ [[ 200 == \5\0\3 ]] +180+ [[ 200 == \5\0\2 ]] +180+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +180+ break +180+ rm eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64.dmg +180+ curl -JO https://cbi.eclipse.org/macos/xcrun/63e43aab-27ad-4462-b379-90adbe507b26/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62.5M 0 62.5M 0 0 62.9M 0 --:--:-- --:--:-- --:--:-- 62.9M 100 143M 0 143M 0 0 71.8M 0 --:--:-- 0:00:01 --:--:-- 71.7M 100 216M 0 216M 0 0 72.3M 0 --:--:-- 0:00:02 --:--:-- 72.3M 100 288M 0 288M 0 0 72.1M 0 --:--:-- 0:00:03 --:--:-- 72.1M++375+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5fa6343b-d453-4f23-a196-2b56976b8bd6/status +375+ RESPONSE_RAW='{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","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\": \"36db2376-e5c2-4ef0-a068-b82d9ade71f4\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg\",\n \"uploadDate\": \"2024-02-23T17:11:00.905Z\",\n \"sha256\": \"88064367ec8d26c1c9eac4969b9ad348d3a5b29a8e8787dfd4162f3b260ac5c4\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76be7478083169581ae330e05b98eb0b0241391a\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"713f8a68f0d9f28ff9db46c562944c1d25030133\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.aarch64_4.31.0.20240222-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"981bfda18764a894609d5fea40b82b6770b583fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5c9dcabf0633b9768d043b7b44abb7b01f618042\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8753e34fd9dd3519b58f6bcd939aa245fa4476e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"713f8a68f0d9f28ff9db46c562944c1d25030133\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","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\": \"36db2376-e5c2-4ef0-a068-b82d9ade71f4\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg\",\n \"uploadDate\": \"2024-02-23T17:11:00.905Z\",\n \"sha256\": \"88064367ec8d26c1c9eac4969b9ad348d3a5b29a8e8787dfd4162f3b260ac5c4\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76be7478083169581ae330e05b98eb0b0241391a\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"713f8a68f0d9f28ff9db46c562944c1d25030133\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.aarch64_4.31.0.20240222-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"981bfda18764a894609d5fea40b82b6770b583fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5c9dcabf0633b9768d043b7b44abb7b01f618042\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8753e34fd9dd3519b58f6bcd939aa245fa4476e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"713f8a68f0d9f28ff9db46c562944c1d25030133\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ jq -r .notarizationStatus.status ++375+ echo '{"uuid":"5fa6343b-d453-4f23-a196-2b56976b8bd6","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\":' '\"36db2376-e5c2-4ef0-a068-b82d9ade71f4\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg\",\n' '\"uploadDate\":' '\"2024-02-23T17:11:00.905Z\",\n' '\"sha256\":' '\"88064367ec8d26c1c9eac4969b9ad348d3a5b29a8e8787dfd4162f3b260ac5c4\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"76be7478083169581ae330e05b98eb0b0241391a\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"713f8a68f0d9f28ff9db46c562944c1d25030133\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.aarch64_4.31.0.20240222-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"981bfda18764a894609d5fea40b82b6770b583fb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5c9dcabf0633b9768d043b7b44abb7b01f618042\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8753e34fd9dd3519b58f6bcd939aa245fa4476e0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bd4615115802e3801cc9191362cc51028f11b4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d727d38c5139c3686030300071732e8b3e0d6e97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba28310855f1913a8910b26f863beac6664fdef1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"89a0601dc22363d664b0700a92e6a420d8c52937\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17c650090d05428f857e506b6b949b7688c1c4de\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9af736db45e396bbad210c983e78b0027cab615c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc09af6797f5684adc83290a7e6b521659428dc6\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c695544a0f794b4ac4e804611e001b7517e0480a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39030726ad16c699b648ece42d1510e34b55daea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b604112ac25d895811950bf051042032d28988d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c19760176935305415986d312cc23d39b6eea8e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b716005748f866e45709f80f08d4ca0069d54c6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3320ffff22b3e2942fe42315e0577418dd197a77\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f64393e15af28de8a84a791536884d4658b5cd66\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16e4da827030a18892aa04eed03443c145aab4a4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-aarch64-15866284830452714708.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"713f8a68f0d9f28ff9db46c562944c1d25030133\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +375+ STATUS=COMPLETE +375+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ [[ 200 == \5\0\3 ]] +375+ [[ 200 == \5\0\2 ]] +375+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +375+ break +375+ rm eclipse-java-2024-03-M3-macosx-cocoa-aarch64.dmg +375+ curl -JO https://cbi.eclipse.org/macos/xcrun/5fa6343b-d453-4f23-a196-2b56976b8bd6/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29.6M 0 29.6M 0 0 62.3M 0 --:--:-- --:--:-- --:--:-- 62.1M 100 354M 0 354M 0 0 70.8M 0 --:--:-- 0:00:04 --:--:-- 70.8M++905+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/35c167b3-0234-45a5-86d5-f6a73b127301/status +905+ RESPONSE_RAW='{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++905+ head -n1 +905+ RESPONSE='{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++905+ tail -n1 +905+ STATUS_CODE=200 ++905+ echo '{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++905+ jq -r .notarizationStatus.status +905+ STATUS=IN_PROGRESS +905+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +905+ sleep 1m 100 378M 0 378M 0 0 66.3M 0 --:--:-- 0:00:05 --:--:-- 67.0M curl: Saved to filename 'eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64.dmg' +180+ cp -vf eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64.dmg 100 84.8M 0 84.8M 0 0 57.2M 0 --:--:-- 0:00:01 --:--:-- 57.2M'eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64.dmg' ++180+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64.dmg +180+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++180+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64.dmg +180+ b=eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64.dmg +180+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +180+ md5sum eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64.dmg +180+ sha1sum eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64.dmg 100 138M 0 138M 0 0 55.9M 0 --:--:-- 0:00:02 --:--:-- 55.9M+180+ sha512sum -b eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64.dmg 100 197M 0 197M 0 0 56.7M 0 --:--:-- 0:00:03 --:--:-- 56.6M 100 246M 0 246M 0 0 54.8M 0 --:--:-- 0:00:04 --:--:-- 54.8M+180+ rm eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize +180+ rm -f eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.md5 +180+ rm -f eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +180+ rm -f eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.sha512 100 286M 0 286M 0 0 52.1M 0 --:--:-- 0:00:05 --:--:-- 51.2M 100 318M 0 318M 0 0 52.1M 0 --:--:-- 0:00:06 --:--:-- 50.5M curl: Saved to filename 'eclipse-java-2024-03-M3-macosx-cocoa-aarch64.dmg' +375+ cp -vf eclipse-java-2024-03-M3-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M3-macosx-cocoa-aarch64.dmg 'eclipse-java-2024-03-M3-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M3-macosx-cocoa-aarch64.dmg' ++375+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M3-macosx-cocoa-aarch64.dmg +375+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++375+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M3-macosx-cocoa-aarch64.dmg +375+ b=eclipse-java-2024-03-M3-macosx-cocoa-aarch64.dmg +375+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +375+ md5sum eclipse-java-2024-03-M3-macosx-cocoa-aarch64.dmg +375+ sha1sum eclipse-java-2024-03-M3-macosx-cocoa-aarch64.dmg +375+ sha512sum -b eclipse-java-2024-03-M3-macosx-cocoa-aarch64.dmg +375+ rm eclipse-java-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize +375+ rm -f eclipse-java-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.md5 +375+ rm -f eclipse-java-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +375+ rm -f eclipse-java-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++729+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748/status +729+ RESPONSE_RAW='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++729+ head -n1 +729+ RESPONSE='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++729+ tail -n1 +729+ STATUS_CODE=200 ++729+ echo '{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++729+ jq -r .notarizationStatus.status +729+ STATUS=IN_PROGRESS +729+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +729+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d9d15027-0bde-439f-a243-8ffd6c7c0969/status +278+ RESPONSE_RAW='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++278+ head -n1 +278+ RESPONSE='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++278+ tail -n1 +278+ STATUS_CODE=200 ++278+ echo '{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++278+ jq -r .notarizationStatus.status +278+ STATUS=IN_PROGRESS +278+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +278+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4137fa82-beeb-4c41-8b95-5852a9e51b84/status +553+ RESPONSE_RAW='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ab1d91d4-8bba-4115-ba65-d00af2ffecef/status +417+ RESPONSE_RAW='{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d797a40-6544-4a15-a339-ef1b86cec971/status +977+ RESPONSE_RAW='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ff1d5a9-961a-450c-a5c8-274438d248ac/status +781+ RESPONSE_RAW='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9df4e12b-378a-4899-92b6-d73d18a881f1/status +311+ RESPONSE_RAW='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++605+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e8ea1820-64b5-4553-9763-08901f8f6b48/status +605+ RESPONSE_RAW='{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++605+ head -n1 +605+ RESPONSE='{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++605+ tail -n1 +605+ STATUS_CODE=200 ++605+ echo '{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++605+ jq -r .notarizationStatus.status +605+ STATUS=IN_PROGRESS +605+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +605+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/827e382b-3638-45ae-b76d-94e6def39b5c/status +224+ RESPONSE_RAW='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++224+ head -n1 +224+ RESPONSE='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++224+ tail -n1 +224+ STATUS_CODE=200 ++224+ echo '{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++224+ jq -r .notarizationStatus.status +224+ STATUS=IN_PROGRESS +224+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +224+ sleep 1m ++1049+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db335aff-40e9-424d-b8b3-b141e7a62eb4/status +1049+ RESPONSE_RAW='{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1049+ head -n1 +1049+ RESPONSE='{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1049+ tail -n1 +1049+ STATUS_CODE=200 ++1049+ echo '{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1049+ jq -r .notarizationStatus.status +1049+ STATUS=IN_PROGRESS +1049+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1049+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4083b046-9e4a-46c9-ad12-8495836067ba/status +459+ RESPONSE_RAW='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++843+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/34b86c9f-4825-4800-8330-8e8ed0fca9bb/status +843+ RESPONSE_RAW='{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++843+ head -n1 +843+ RESPONSE='{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++843+ tail -n1 +843+ STATUS_CODE=200 ++843+ echo '{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++843+ jq -r .notarizationStatus.status +843+ STATUS=IN_PROGRESS +843+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +843+ sleep 1m ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb1d9044-8684-46ae-934b-b606e1e20944/status +343+ RESPONSE_RAW='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m ++657+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f29231c9-c640-4024-ad68-c925104631ec/status +657+ RESPONSE_RAW='{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ echo '{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++657+ jq -r .notarizationStatus.status +657+ STATUS=IN_PROGRESS +657+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ sleep 1m ++246+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b26fe7e3-6745-4217-85d3-e3cbae3bc465/status +246+ RESPONSE_RAW='{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++246+ head -n1 +246+ RESPONSE='{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++246+ tail -n1 +246+ STATUS_CODE=200 ++246+ echo '{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++246+ jq -r .notarizationStatus.status +246+ STATUS=IN_PROGRESS +246+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +246+ sleep 1m ++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/91de9dd7-7565-4185-a0e7-79d0549cf0c2/status +501+ RESPONSE_RAW='{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m ++905+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/35c167b3-0234-45a5-86d5-f6a73b127301/status +905+ RESPONSE_RAW='{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++905+ head -n1 +905+ RESPONSE='{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++905+ tail -n1 +905+ STATUS_CODE=200 ++905+ echo '{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++905+ jq -r .notarizationStatus.status +905+ STATUS=IN_PROGRESS +905+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +905+ sleep 1m ++729+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748/status +729+ RESPONSE_RAW='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++729+ head -n1 +729+ RESPONSE='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++729+ tail -n1 +729+ STATUS_CODE=200 ++729+ echo '{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++729+ jq -r .notarizationStatus.status +729+ STATUS=IN_PROGRESS +729+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +729+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d9d15027-0bde-439f-a243-8ffd6c7c0969/status +278+ RESPONSE_RAW='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++278+ head -n1 +278+ RESPONSE='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++278+ tail -n1 +278+ STATUS_CODE=200 ++278+ echo '{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++278+ jq -r .notarizationStatus.status +278+ STATUS=IN_PROGRESS +278+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +278+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4137fa82-beeb-4c41-8b95-5852a9e51b84/status +553+ RESPONSE_RAW='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ab1d91d4-8bba-4115-ba65-d00af2ffecef/status +417+ RESPONSE_RAW='{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d797a40-6544-4a15-a339-ef1b86cec971/status +977+ RESPONSE_RAW='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ jq -r .notarizationStatus.status ++977+ echo '{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ff1d5a9-961a-450c-a5c8-274438d248ac/status +781+ RESPONSE_RAW='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9df4e12b-378a-4899-92b6-d73d18a881f1/status +311+ RESPONSE_RAW='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++605+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e8ea1820-64b5-4553-9763-08901f8f6b48/status +605+ RESPONSE_RAW='{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++605+ head -n1 +605+ RESPONSE='{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++605+ tail -n1 +605+ STATUS_CODE=200 ++605+ echo '{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++605+ jq -r .notarizationStatus.status +605+ STATUS=IN_PROGRESS +605+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +605+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/827e382b-3638-45ae-b76d-94e6def39b5c/status +224+ RESPONSE_RAW='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++224+ head -n1 +224+ RESPONSE='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++224+ tail -n1 +224+ STATUS_CODE=200 ++224+ echo '{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++224+ jq -r .notarizationStatus.status +224+ STATUS=IN_PROGRESS +224+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +224+ sleep 1m ++1049+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db335aff-40e9-424d-b8b3-b141e7a62eb4/status +1049+ RESPONSE_RAW='{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1049+ head -n1 +1049+ RESPONSE='{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1049+ tail -n1 +1049+ STATUS_CODE=200 ++1049+ echo '{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1049+ jq -r .notarizationStatus.status +1049+ STATUS=IN_PROGRESS +1049+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1049+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4083b046-9e4a-46c9-ad12-8495836067ba/status +459+ RESPONSE_RAW='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++843+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/34b86c9f-4825-4800-8330-8e8ed0fca9bb/status +843+ RESPONSE_RAW='{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++843+ head -n1 +843+ RESPONSE='{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++843+ tail -n1 +843+ STATUS_CODE=200 ++843+ echo '{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++843+ jq -r .notarizationStatus.status +843+ STATUS=IN_PROGRESS +843+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +843+ sleep 1m ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb1d9044-8684-46ae-934b-b606e1e20944/status +343+ RESPONSE_RAW='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m ++657+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f29231c9-c640-4024-ad68-c925104631ec/status +657+ RESPONSE_RAW='{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ echo '{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++657+ jq -r .notarizationStatus.status +657+ STATUS=IN_PROGRESS +657+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ sleep 1m ++246+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b26fe7e3-6745-4217-85d3-e3cbae3bc465/status +246+ RESPONSE_RAW='{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++246+ head -n1 +246+ RESPONSE='{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++246+ tail -n1 +246+ STATUS_CODE=200 ++246+ echo '{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++246+ jq -r .notarizationStatus.status +246+ STATUS=IN_PROGRESS +246+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +246+ sleep 1m ++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/91de9dd7-7565-4185-a0e7-79d0549cf0c2/status +501+ RESPONSE_RAW='{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m ++905+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/35c167b3-0234-45a5-86d5-f6a73b127301/status +905+ RESPONSE_RAW='{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++905+ head -n1 +905+ RESPONSE='{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++905+ tail -n1 +905+ STATUS_CODE=200 ++905+ echo '{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++905+ jq -r .notarizationStatus.status +905+ STATUS=IN_PROGRESS +905+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +905+ sleep 1m ++729+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748/status +729+ RESPONSE_RAW='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++729+ head -n1 +729+ RESPONSE='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++729+ tail -n1 +729+ STATUS_CODE=200 ++729+ echo '{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++729+ jq -r .notarizationStatus.status +729+ STATUS=IN_PROGRESS +729+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +729+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d9d15027-0bde-439f-a243-8ffd6c7c0969/status +278+ RESPONSE_RAW='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++278+ head -n1 +278+ RESPONSE='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++278+ tail -n1 +278+ STATUS_CODE=200 ++278+ echo '{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++278+ jq -r .notarizationStatus.status +278+ STATUS=IN_PROGRESS +278+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +278+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4137fa82-beeb-4c41-8b95-5852a9e51b84/status +553+ RESPONSE_RAW='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ab1d91d4-8bba-4115-ba65-d00af2ffecef/status +417+ RESPONSE_RAW='{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d797a40-6544-4a15-a339-ef1b86cec971/status +977+ RESPONSE_RAW='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ff1d5a9-961a-450c-a5c8-274438d248ac/status +781+ RESPONSE_RAW='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9df4e12b-378a-4899-92b6-d73d18a881f1/status +311+ RESPONSE_RAW='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++605+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e8ea1820-64b5-4553-9763-08901f8f6b48/status +605+ RESPONSE_RAW='{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","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\": \"1f5cdb9d-9688-42a1-8bc0-6a12efa39cfc\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg\",\n \"uploadDate\": \"2024-02-23T17:12:40.919Z\",\n \"sha256\": \"9c248f4519cedadfb40e3e64d53ee88bc8fc62acf2e596538ab178eb59bfc341\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9379241a4f93de7d07b9e606f4fb6d2440f58bd2\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66bae8470cc1c7b16ab205b9a6ae2f29e1e3d9f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.aarch64_4.31.0.20240222-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"664c5d49426729c0bb44207145b72311b70c116b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4f8338d5eccb16c6f70a96235f4c022a27883353\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"981bfda18764a894609d5fea40b82b6770b583fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5c9dcabf0633b9768d043b7b44abb7b01f618042\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8753e34fd9dd3519b58f6bcd939aa245fa4476e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66bae8470cc1c7b16ab205b9a6ae2f29e1e3d9f1\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++605+ head -n1 +605+ RESPONSE='{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","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\": \"1f5cdb9d-9688-42a1-8bc0-6a12efa39cfc\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg\",\n \"uploadDate\": \"2024-02-23T17:12:40.919Z\",\n \"sha256\": \"9c248f4519cedadfb40e3e64d53ee88bc8fc62acf2e596538ab178eb59bfc341\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9379241a4f93de7d07b9e606f4fb6d2440f58bd2\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66bae8470cc1c7b16ab205b9a6ae2f29e1e3d9f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.aarch64_4.31.0.20240222-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"664c5d49426729c0bb44207145b72311b70c116b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4f8338d5eccb16c6f70a96235f4c022a27883353\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"981bfda18764a894609d5fea40b82b6770b583fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5c9dcabf0633b9768d043b7b44abb7b01f618042\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8753e34fd9dd3519b58f6bcd939aa245fa4476e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66bae8470cc1c7b16ab205b9a6ae2f29e1e3d9f1\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++605+ tail -n1 +605+ STATUS_CODE=200 ++605+ jq -r .notarizationStatus.status ++605+ echo '{"uuid":"e8ea1820-64b5-4553-9763-08901f8f6b48","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\":' '\"1f5cdb9d-9688-42a1-8bc0-6a12efa39cfc\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg\",\n' '\"uploadDate\":' '\"2024-02-23T17:12:40.919Z\",\n' '\"sha256\":' '\"9c248f4519cedadfb40e3e64d53ee88bc8fc62acf2e596538ab178eb59bfc341\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9379241a4f93de7d07b9e606f4fb6d2440f58bd2\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"66bae8470cc1c7b16ab205b9a6ae2f29e1e3d9f1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.aarch64_4.31.0.20240222-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/aarch64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"664c5d49426729c0bb44207145b72311b70c116b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4f8338d5eccb16c6f70a96235f4c022a27883353\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"981bfda18764a894609d5fea40b82b6770b583fb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5c9dcabf0633b9768d043b7b44abb7b01f618042\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8753e34fd9dd3519b58f6bcd939aa245fa4476e0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bd4615115802e3801cc9191362cc51028f11b4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d727d38c5139c3686030300071732e8b3e0d6e97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba28310855f1913a8910b26f863beac6664fdef1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"89a0601dc22363d664b0700a92e6a420d8c52937\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17c650090d05428f857e506b6b949b7688c1c4de\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9af736db45e396bbad210c983e78b0027cab615c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc09af6797f5684adc83290a7e6b521659428dc6\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c695544a0f794b4ac4e804611e001b7517e0480a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39030726ad16c699b648ece42d1510e34b55daea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b604112ac25d895811950bf051042032d28988d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c19760176935305415986d312cc23d39b6eea8e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b716005748f866e45709f80f08d4ca0069d54c6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3320ffff22b3e2942fe42315e0577418dd197a77\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f64393e15af28de8a84a791536884d4658b5cd66\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16e4da827030a18892aa04eed03443c145aab4a4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64-6033137447613383027.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"66bae8470cc1c7b16ab205b9a6ae2f29e1e3d9f1\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +605+ STATUS=COMPLETE +605+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +605+ [[ 200 == \5\0\3 ]] +605+ [[ 200 == \5\0\2 ]] +605+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +605+ break +605+ rm eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64.dmg +605+ curl -JO https://cbi.eclipse.org/macos/xcrun/e8ea1820-64b5-4553-9763-08901f8f6b48/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.1M 0 15.1M 0 0 81.4M 0 --:--:-- --:--:-- --:--:-- 80.9M++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/827e382b-3638-45ae-b76d-94e6def39b5c/status +224+ RESPONSE_RAW='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++224+ head -n1 +224+ RESPONSE='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++224+ tail -n1 +224+ STATUS_CODE=200 ++224+ echo '{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++224+ jq -r .notarizationStatus.status +224+ STATUS=IN_PROGRESS +224+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +224+ sleep 1m 100 100M 0 100M 0 0 84.7M 0 --:--:-- 0:00:01 --:--:-- 84.6M 100 181M 0 181M 0 0 82.9M 0 --:--:-- 0:00:02 --:--:-- 82.9M 100 262M 0 262M 0 0 82.2M 0 --:--:-- 0:00:03 --:--:-- 82.2M 100 349M 0 349M 0 0 83.4M 0 --:--:-- 0:00:04 --:--:-- 83.4M 100 377M 0 377M 0 0 84.4M 0 --:--:-- 0:00:04 --:--:-- 84.6M curl: Saved to filename 'eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64.dmg' +605+ cp -vf eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64.dmg 'eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64.dmg' ++605+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64.dmg +605+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++605+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64.dmg +605+ b=eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64.dmg +605+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +605+ md5sum eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64.dmg +605+ sha1sum eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64.dmg ++1049+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db335aff-40e9-424d-b8b3-b141e7a62eb4/status +1049+ RESPONSE_RAW='{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1049+ head -n1 +1049+ RESPONSE='{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1049+ tail -n1 +1049+ STATUS_CODE=200 ++1049+ echo '{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1049+ jq -r .notarizationStatus.status +1049+ STATUS=IN_PROGRESS +1049+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1049+ sleep 1m +605+ sha512sum -b eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64.dmg +605+ rm eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize +605+ rm -f eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.md5 +605+ rm -f eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +605+ rm -f eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4083b046-9e4a-46c9-ad12-8495836067ba/status +459+ RESPONSE_RAW='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++843+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/34b86c9f-4825-4800-8330-8e8ed0fca9bb/status +843+ RESPONSE_RAW='{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++843+ head -n1 +843+ RESPONSE='{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++843+ tail -n1 +843+ STATUS_CODE=200 ++843+ echo '{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++843+ jq -r .notarizationStatus.status +843+ STATUS=IN_PROGRESS +843+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +843+ sleep 1m ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb1d9044-8684-46ae-934b-b606e1e20944/status +343+ RESPONSE_RAW='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m ++657+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f29231c9-c640-4024-ad68-c925104631ec/status +657+ RESPONSE_RAW='{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ echo '{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++657+ jq -r .notarizationStatus.status +657+ STATUS=IN_PROGRESS +657+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ sleep 1m ++246+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b26fe7e3-6745-4217-85d3-e3cbae3bc465/status +246+ RESPONSE_RAW='{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++246+ head -n1 +246+ RESPONSE='{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++246+ tail -n1 +246+ STATUS_CODE=200 ++246+ echo '{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++246+ jq -r .notarizationStatus.status +246+ STATUS=IN_PROGRESS +246+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +246+ sleep 1m ++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/91de9dd7-7565-4185-a0e7-79d0549cf0c2/status +501+ RESPONSE_RAW='{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m ++905+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/35c167b3-0234-45a5-86d5-f6a73b127301/status +905+ RESPONSE_RAW='{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++905+ head -n1 +905+ RESPONSE='{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++905+ tail -n1 +905+ STATUS_CODE=200 ++905+ echo '{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++905+ jq -r .notarizationStatus.status +905+ STATUS=IN_PROGRESS +905+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +905+ sleep 1m ++729+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748/status +729+ RESPONSE_RAW='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++729+ head -n1 +729+ RESPONSE='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++729+ tail -n1 +729+ STATUS_CODE=200 ++729+ echo '{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++729+ jq -r .notarizationStatus.status +729+ STATUS=IN_PROGRESS +729+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +729+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d9d15027-0bde-439f-a243-8ffd6c7c0969/status +278+ RESPONSE_RAW='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++278+ head -n1 +278+ RESPONSE='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++278+ tail -n1 +278+ STATUS_CODE=200 ++278+ echo '{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++278+ jq -r .notarizationStatus.status +278+ STATUS=IN_PROGRESS +278+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +278+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4137fa82-beeb-4c41-8b95-5852a9e51b84/status +553+ RESPONSE_RAW='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ab1d91d4-8bba-4115-ba65-d00af2ffecef/status +417+ RESPONSE_RAW='{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d797a40-6544-4a15-a339-ef1b86cec971/status +977+ RESPONSE_RAW='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ff1d5a9-961a-450c-a5c8-274438d248ac/status +781+ RESPONSE_RAW='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9df4e12b-378a-4899-92b6-d73d18a881f1/status +311+ RESPONSE_RAW='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/827e382b-3638-45ae-b76d-94e6def39b5c/status +224+ RESPONSE_RAW='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++224+ head -n1 +224+ RESPONSE='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++224+ tail -n1 +224+ STATUS_CODE=200 ++224+ jq -r .notarizationStatus.status ++224+ echo '{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +224+ STATUS=IN_PROGRESS +224+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +224+ sleep 1m ++1049+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db335aff-40e9-424d-b8b3-b141e7a62eb4/status +1049+ RESPONSE_RAW='{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1049+ head -n1 +1049+ RESPONSE='{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1049+ tail -n1 +1049+ STATUS_CODE=200 ++1049+ echo '{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1049+ jq -r .notarizationStatus.status +1049+ STATUS=IN_PROGRESS +1049+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1049+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4083b046-9e4a-46c9-ad12-8495836067ba/status +459+ RESPONSE_RAW='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++843+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/34b86c9f-4825-4800-8330-8e8ed0fca9bb/status +843+ RESPONSE_RAW='{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++843+ head -n1 +843+ RESPONSE='{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++843+ tail -n1 +843+ STATUS_CODE=200 ++843+ echo '{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++843+ jq -r .notarizationStatus.status +843+ STATUS=IN_PROGRESS +843+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +843+ sleep 1m ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb1d9044-8684-46ae-934b-b606e1e20944/status +343+ RESPONSE_RAW='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m ++657+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f29231c9-c640-4024-ad68-c925104631ec/status +657+ RESPONSE_RAW='{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ echo '{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++657+ jq -r .notarizationStatus.status +657+ STATUS=IN_PROGRESS +657+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ sleep 1m ++246+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b26fe7e3-6745-4217-85d3-e3cbae3bc465/status +246+ RESPONSE_RAW='{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","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\": \"da484d43-996e-4e42-9a05-af533c395e3a\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg\",\n \"uploadDate\": \"2024-02-23T17:10:28.761Z\",\n \"sha256\": \"37e9b8c2e2e0a0832a9fdf4aba1c16a428006a5b01e2556e28c27695cb41980f\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b5f97164753deb3d8178418b44b007d3e3dde32\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"38a81b15ddc43746382651d64d38ee904ca7d6ec\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.x86_64_4.31.0.20240222-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8d0e456214cebc3514f2e22ff568ae61cddf80d6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4416f0c82748a89aa8b0f3189aee86991977e16\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae0675a638b1d3ef6b575fa4bec11bbdb8322e96\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-x64.tar.gz/node-v18.18.2-darwin-x64.tar/node-v18.18.2-darwin-x64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"74a1702d0b99002f268fbd6bbd110670a579fbdc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"38a81b15ddc43746382651d64d38ee904ca7d6ec\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++246+ head -n1 +246+ RESPONSE='{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","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\": \"da484d43-996e-4e42-9a05-af533c395e3a\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg\",\n \"uploadDate\": \"2024-02-23T17:10:28.761Z\",\n \"sha256\": \"37e9b8c2e2e0a0832a9fdf4aba1c16a428006a5b01e2556e28c27695cb41980f\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b5f97164753deb3d8178418b44b007d3e3dde32\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"38a81b15ddc43746382651d64d38ee904ca7d6ec\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.x86_64_4.31.0.20240222-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8d0e456214cebc3514f2e22ff568ae61cddf80d6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4416f0c82748a89aa8b0f3189aee86991977e16\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae0675a638b1d3ef6b575fa4bec11bbdb8322e96\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-x64.tar.gz/node-v18.18.2-darwin-x64.tar/node-v18.18.2-darwin-x64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"74a1702d0b99002f268fbd6bbd110670a579fbdc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"38a81b15ddc43746382651d64d38ee904ca7d6ec\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++246+ tail -n1 +246+ STATUS_CODE=200 ++246+ jq -r .notarizationStatus.status ++246+ echo '{"uuid":"b26fe7e3-6745-4217-85d3-e3cbae3bc465","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\":' '\"da484d43-996e-4e42-9a05-af533c395e3a\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg\",\n' '\"uploadDate\":' '\"2024-02-23T17:10:28.761Z\",\n' '\"sha256\":' '\"37e9b8c2e2e0a0832a9fdf4aba1c16a428006a5b01e2556e28c27695cb41980f\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8b5f97164753deb3d8178418b44b007d3e3dde32\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"38a81b15ddc43746382651d64d38ee904ca7d6ec\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.x86_64_4.31.0.20240222-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00fda142f82025ddc29a3ff87f899862c2236492\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8d0e456214cebc3514f2e22ff568ae61cddf80d6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4416f0c82748a89aa8b0f3189aee86991977e16\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ae0675a638b1d3ef6b575fa4bec11bbdb8322e96\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-x64.tar.gz/node-v18.18.2-darwin-x64.tar/node-v18.18.2-darwin-x64/bin/node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"74a1702d0b99002f268fbd6bbd110670a579fbdc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e10e84152ea00ca02ef572e712630aa2138150db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"140f1306945703e1dee54d5599ce4f3982f7da08\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a4c443e9dada0274fb99c7537c252de2a19009de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0cc027ea0d553364bca35f211be43a1511eede25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4723dedf08397f512250e6cce998c5b399a6bf20\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0fed0286e473bda68186cd0f5513579d3b811c98\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"786608011dd33a53d048c2c761e2edea579e97d5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41989a78b2fcb92288861630f93a1305566592d9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e923bc7580671e70ed71b3627fee81511fa21536\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"76361f0b9eecf6253b36a54b953faeabfea97658\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"310973d6a1c85d57c16e90db67412e83e42691e4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9de557ceeb1a285c868fe2d14c079653b680a344\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6a9af3bca6d618940ff27237e86fe78632151aab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17131a43459e09798ff9f22e2855d69e3d27157f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"307eae46a282e96812c9549f015e393b58f1da21\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f857708d3fffc650fab73fba95f6023f990a270c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1d9da991a78fa73066318509e6f1585b7671e31\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-x86_64-5574045637469645408.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"38a81b15ddc43746382651d64d38ee904ca7d6ec\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +246+ STATUS=COMPLETE +246+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +246+ [[ 200 == \5\0\3 ]] +246+ [[ 200 == \5\0\2 ]] +246+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +246+ break +246+ rm eclipse-committers-2024-03-M3-macosx-cocoa-x86_64.dmg +246+ curl -JO https://cbi.eclipse.org/macos/xcrun/b26fe7e3-6745-4217-85d3-e3cbae3bc465/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.5M 0 15.5M 0 0 77.3M 0 --:--:-- --:--:-- --:--:-- 76.9M 100 107M 0 107M 0 0 89.5M 0 --:--:-- 0:00:01 --:--:-- 89.4M 100 199M 0 199M 0 0 90.7M 0 --:--:-- 0:00:02 --:--:-- 90.6M 100 278M 0 278M 0 0 86.9M 0 --:--:-- 0:00:03 --:--:-- 86.8M 100 334M 0 334M 0 0 79.5M 0 --:--:-- 0:00:04 --:--:-- 79.5M++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/91de9dd7-7565-4185-a0e7-79d0549cf0c2/status +501+ RESPONSE_RAW='{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","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\": \"473b9997-3a66-42b8-a098-3580d39c6787\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg\",\n \"uploadDate\": \"2024-02-23T17:11:55.831Z\",\n \"sha256\": \"e3e8cdf78cbf52fe11292c03d2ff744dd544d1943b91226fd2ddba4ef982dab9\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1f12cee381137afe5ad2d4d0e15089b9b438e5c3\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"039c0d2da0533ef2dcaa773b813fe4ea3b7ca38a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.aarch64_4.31.0.20240222-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"981bfda18764a894609d5fea40b82b6770b583fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5c9dcabf0633b9768d043b7b44abb7b01f618042\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8753e34fd9dd3519b58f6bcd939aa245fa4476e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"039c0d2da0533ef2dcaa773b813fe4ea3b7ca38a\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","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\": \"473b9997-3a66-42b8-a098-3580d39c6787\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg\",\n \"uploadDate\": \"2024-02-23T17:11:55.831Z\",\n \"sha256\": \"e3e8cdf78cbf52fe11292c03d2ff744dd544d1943b91226fd2ddba4ef982dab9\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1f12cee381137afe5ad2d4d0e15089b9b438e5c3\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"039c0d2da0533ef2dcaa773b813fe4ea3b7ca38a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.aarch64_4.31.0.20240222-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"981bfda18764a894609d5fea40b82b6770b583fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5c9dcabf0633b9768d043b7b44abb7b01f618042\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8753e34fd9dd3519b58f6bcd939aa245fa4476e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"039c0d2da0533ef2dcaa773b813fe4ea3b7ca38a\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ jq -r .notarizationStatus.status ++501+ echo '{"uuid":"91de9dd7-7565-4185-a0e7-79d0549cf0c2","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\":' '\"473b9997-3a66-42b8-a098-3580d39c6787\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg\",\n' '\"uploadDate\":' '\"2024-02-23T17:11:55.831Z\",\n' '\"sha256\":' '\"e3e8cdf78cbf52fe11292c03d2ff744dd544d1943b91226fd2ddba4ef982dab9\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1f12cee381137afe5ad2d4d0e15089b9b438e5c3\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"039c0d2da0533ef2dcaa773b813fe4ea3b7ca38a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.aarch64_4.31.0.20240222-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"981bfda18764a894609d5fea40b82b6770b583fb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5c9dcabf0633b9768d043b7b44abb7b01f618042\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8753e34fd9dd3519b58f6bcd939aa245fa4476e0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bd4615115802e3801cc9191362cc51028f11b4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d727d38c5139c3686030300071732e8b3e0d6e97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba28310855f1913a8910b26f863beac6664fdef1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"89a0601dc22363d664b0700a92e6a420d8c52937\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17c650090d05428f857e506b6b949b7688c1c4de\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9af736db45e396bbad210c983e78b0027cab615c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc09af6797f5684adc83290a7e6b521659428dc6\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c695544a0f794b4ac4e804611e001b7517e0480a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39030726ad16c699b648ece42d1510e34b55daea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b604112ac25d895811950bf051042032d28988d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c19760176935305415986d312cc23d39b6eea8e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b716005748f866e45709f80f08d4ca0069d54c6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3320ffff22b3e2942fe42315e0577418dd197a77\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f64393e15af28de8a84a791536884d4658b5cd66\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16e4da827030a18892aa04eed03443c145aab4a4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-aarch64-13763408224365677190.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"039c0d2da0533ef2dcaa773b813fe4ea3b7ca38a\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +501+ STATUS=COMPLETE +501+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ [[ 200 == \5\0\3 ]] +501+ [[ 200 == \5\0\2 ]] +501+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +501+ break +501+ rm eclipse-scout-2024-03-M3-macosx-cocoa-aarch64.dmg +501+ curl -JO https://cbi.eclipse.org/macos/xcrun/91de9dd7-7565-4185-a0e7-79d0549cf0c2/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 376M 0 376M 0 0 72.3M 0 --:--:-- 0:00:05 --:--:-- 72.1M 100 32.4M 0 32.4M 0 0 36.2M 0 --:--:-- --:--:-- --:--:-- 36.1M 100 68.2M 0 68.2M 0 0 36.0M 0 --:--:-- 0:00:01 --:--:-- 36.0M 100 412M 0 412M 0 0 66.4M 0 --:--:-- 0:00:06 --:--:-- 60.8M 100 109M 0 109M 0 0 37.8M 0 --:--:-- 0:00:02 --:--:-- 37.8M 100 452M 0 452M 0 0 62.7M 0 --:--:-- 0:00:07 --:--:-- 50.4M 100 156M 0 156M 0 0 40.2M 0 --:--:-- 0:00:03 --:--:-- 40.2M 100 501M 0 501M 0 0 61.1M 0 --:--:-- 0:00:08 --:--:-- 44.7M 100 507M 0 507M 0 0 60.5M 0 --:--:-- 0:00:08 --:--:-- 41.4M curl: Saved to filename 'eclipse-committers-2024-03-M3-macosx-cocoa-x86_64.dmg' +246+ cp -vf eclipse-committers-2024-03-M3-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M3-macosx-cocoa-x86_64.dmg 'eclipse-committers-2024-03-M3-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M3-macosx-cocoa-x86_64.dmg' ++246+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M3-macosx-cocoa-x86_64.dmg +246+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++246+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M3-macosx-cocoa-x86_64.dmg +246+ b=eclipse-committers-2024-03-M3-macosx-cocoa-x86_64.dmg +246+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +246+ md5sum eclipse-committers-2024-03-M3-macosx-cocoa-x86_64.dmg 100 224M 0 224M 0 0 45.9M 0 --:--:-- 0:00:04 --:--:-- 45.9M+246+ sha1sum eclipse-committers-2024-03-M3-macosx-cocoa-x86_64.dmg ++905+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/35c167b3-0234-45a5-86d5-f6a73b127301/status +905+ RESPONSE_RAW='{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++905+ head -n1 +905+ RESPONSE='{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++905+ tail -n1 +905+ STATUS_CODE=200 ++905+ echo '{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++905+ jq -r .notarizationStatus.status +905+ STATUS=IN_PROGRESS +905+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +905+ sleep 1m 100 281M 0 281M 0 0 47.8M 0 --:--:-- 0:00:05 --:--:-- 49.8M+246+ sha512sum -b eclipse-committers-2024-03-M3-macosx-cocoa-x86_64.dmg 100 358M 0 358M 0 0 52.0M 0 --:--:-- 0:00:06 --:--:-- 58.0M 100 391M 0 391M 0 0 53.7M 0 --:--:-- 0:00:07 --:--:-- 64.2M curl: Saved to filename 'eclipse-scout-2024-03-M3-macosx-cocoa-aarch64.dmg' +501+ cp -vf eclipse-scout-2024-03-M3-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M3-macosx-cocoa-aarch64.dmg 'eclipse-scout-2024-03-M3-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M3-macosx-cocoa-aarch64.dmg' ++501+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M3-macosx-cocoa-aarch64.dmg +501+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++501+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M3-macosx-cocoa-aarch64.dmg +501+ b=eclipse-scout-2024-03-M3-macosx-cocoa-aarch64.dmg +501+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +501+ md5sum eclipse-scout-2024-03-M3-macosx-cocoa-aarch64.dmg +501+ sha1sum eclipse-scout-2024-03-M3-macosx-cocoa-aarch64.dmg +246+ rm eclipse-committers-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize +246+ rm -f eclipse-committers-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.md5 +246+ rm -f eclipse-committers-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +246+ rm -f eclipse-committers-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.sha512 +501+ sha512sum -b eclipse-scout-2024-03-M3-macosx-cocoa-aarch64.dmg +501+ rm eclipse-scout-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize +501+ rm -f eclipse-scout-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.md5 +501+ rm -f eclipse-scout-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +501+ rm -f eclipse-scout-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++729+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748/status +729+ RESPONSE_RAW='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++729+ head -n1 +729+ RESPONSE='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++729+ tail -n1 +729+ STATUS_CODE=200 ++729+ echo '{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++729+ jq -r .notarizationStatus.status +729+ STATUS=IN_PROGRESS +729+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +729+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d9d15027-0bde-439f-a243-8ffd6c7c0969/status +278+ RESPONSE_RAW='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++278+ head -n1 +278+ RESPONSE='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++278+ tail -n1 +278+ STATUS_CODE=200 ++278+ echo '{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++278+ jq -r .notarizationStatus.status +278+ STATUS=IN_PROGRESS +278+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +278+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4137fa82-beeb-4c41-8b95-5852a9e51b84/status +553+ RESPONSE_RAW='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ab1d91d4-8bba-4115-ba65-d00af2ffecef/status +417+ RESPONSE_RAW='{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d797a40-6544-4a15-a339-ef1b86cec971/status +977+ RESPONSE_RAW='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ff1d5a9-961a-450c-a5c8-274438d248ac/status +781+ RESPONSE_RAW='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9df4e12b-378a-4899-92b6-d73d18a881f1/status +311+ RESPONSE_RAW='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/827e382b-3638-45ae-b76d-94e6def39b5c/status +224+ RESPONSE_RAW='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++224+ head -n1 +224+ RESPONSE='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++224+ tail -n1 +224+ STATUS_CODE=200 ++224+ echo '{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++224+ jq -r .notarizationStatus.status +224+ STATUS=IN_PROGRESS +224+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +224+ sleep 1m ++1049+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db335aff-40e9-424d-b8b3-b141e7a62eb4/status +1049+ RESPONSE_RAW='{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1049+ head -n1 +1049+ RESPONSE='{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1049+ tail -n1 +1049+ STATUS_CODE=200 ++1049+ echo '{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1049+ jq -r .notarizationStatus.status +1049+ STATUS=IN_PROGRESS +1049+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1049+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4083b046-9e4a-46c9-ad12-8495836067ba/status +459+ RESPONSE_RAW='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++843+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/34b86c9f-4825-4800-8330-8e8ed0fca9bb/status +843+ RESPONSE_RAW='{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++843+ head -n1 +843+ RESPONSE='{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++843+ tail -n1 +843+ STATUS_CODE=200 ++843+ echo '{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++843+ jq -r .notarizationStatus.status +843+ STATUS=IN_PROGRESS +843+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +843+ sleep 1m ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb1d9044-8684-46ae-934b-b606e1e20944/status +343+ RESPONSE_RAW='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m ++657+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f29231c9-c640-4024-ad68-c925104631ec/status +657+ RESPONSE_RAW='{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ echo '{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++657+ jq -r .notarizationStatus.status +657+ STATUS=IN_PROGRESS +657+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ sleep 1m ++905+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/35c167b3-0234-45a5-86d5-f6a73b127301/status +905+ RESPONSE_RAW='{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","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\": \"a3169a12-2d8b-4860-b4c2-539f104e4b23\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg\",\n \"uploadDate\": \"2024-02-23T17:16:44.632Z\",\n \"sha256\": \"5a427dc6f00fabee30c138b65f6421a416d4bd6866e44597f8dfbe7cdcdf1aef\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3594b29e6b4a6b964ef5122a245c52f914082471\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"378167aed10f245b29f816f4e323aa30a9cec644\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.x86_64_4.31.0.20240222-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8d0e456214cebc3514f2e22ff568ae61cddf80d6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4416f0c82748a89aa8b0f3189aee86991977e16\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae0675a638b1d3ef6b575fa4bec11bbdb8322e96\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"378167aed10f245b29f816f4e323aa30a9cec644\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++905+ head -n1 +905+ RESPONSE='{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","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\": \"a3169a12-2d8b-4860-b4c2-539f104e4b23\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg\",\n \"uploadDate\": \"2024-02-23T17:16:44.632Z\",\n \"sha256\": \"5a427dc6f00fabee30c138b65f6421a416d4bd6866e44597f8dfbe7cdcdf1aef\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3594b29e6b4a6b964ef5122a245c52f914082471\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"378167aed10f245b29f816f4e323aa30a9cec644\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.x86_64_4.31.0.20240222-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8d0e456214cebc3514f2e22ff568ae61cddf80d6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4416f0c82748a89aa8b0f3189aee86991977e16\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae0675a638b1d3ef6b575fa4bec11bbdb8322e96\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"378167aed10f245b29f816f4e323aa30a9cec644\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++905+ tail -n1 +905+ STATUS_CODE=200 ++905+ jq -r .notarizationStatus.status ++905+ echo '{"uuid":"35c167b3-0234-45a5-86d5-f6a73b127301","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\":' '\"a3169a12-2d8b-4860-b4c2-539f104e4b23\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg\",\n' '\"uploadDate\":' '\"2024-02-23T17:16:44.632Z\",\n' '\"sha256\":' '\"5a427dc6f00fabee30c138b65f6421a416d4bd6866e44597f8dfbe7cdcdf1aef\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3594b29e6b4a6b964ef5122a245c52f914082471\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"378167aed10f245b29f816f4e323aa30a9cec644\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.x86_64_4.31.0.20240222-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00fda142f82025ddc29a3ff87f899862c2236492\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8d0e456214cebc3514f2e22ff568ae61cddf80d6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4416f0c82748a89aa8b0f3189aee86991977e16\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ae0675a638b1d3ef6b575fa4bec11bbdb8322e96\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e10e84152ea00ca02ef572e712630aa2138150db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"140f1306945703e1dee54d5599ce4f3982f7da08\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a4c443e9dada0274fb99c7537c252de2a19009de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0cc027ea0d553364bca35f211be43a1511eede25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4723dedf08397f512250e6cce998c5b399a6bf20\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0fed0286e473bda68186cd0f5513579d3b811c98\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"786608011dd33a53d048c2c761e2edea579e97d5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41989a78b2fcb92288861630f93a1305566592d9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e923bc7580671e70ed71b3627fee81511fa21536\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"76361f0b9eecf6253b36a54b953faeabfea97658\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"310973d6a1c85d57c16e90db67412e83e42691e4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9de557ceeb1a285c868fe2d14c079653b680a344\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6a9af3bca6d618940ff27237e86fe78632151aab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17131a43459e09798ff9f22e2855d69e3d27157f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"307eae46a282e96812c9549f015e393b58f1da21\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f857708d3fffc650fab73fba95f6023f990a270c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1d9da991a78fa73066318509e6f1585b7671e31\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M3-macosx-cocoa-x86_64-9745542726652862035.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"378167aed10f245b29f816f4e323aa30a9cec644\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +905+ STATUS=COMPLETE +905+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +905+ [[ 200 == \5\0\3 ]] +905+ [[ 200 == \5\0\2 ]] +905+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +905+ break +905+ rm eclipse-java-2024-03-M3-macosx-cocoa-x86_64.dmg +905+ curl -JO https://cbi.eclipse.org/macos/xcrun/35c167b3-0234-45a5-86d5-f6a73b127301/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.5M 0 15.5M 0 0 69.5M 0 --:--:-- --:--:-- --:--:-- 69.2M 100 92.3M 0 92.3M 0 0 75.4M 0 --:--:-- 0:00:01 --:--:-- 75.3M 100 157M 0 157M 0 0 70.7M 0 --:--:-- 0:00:02 --:--:-- 70.7M 100 236M 0 236M 0 0 73.1M 0 --:--:-- 0:00:03 --:--:-- 73.1M 100 319M 0 319M 0 0 76.7M 0 --:--:-- 0:00:04 --:--:-- 76.7M curl: Saved to filename 'eclipse-java-2024-03-M3-macosx-cocoa-x86_64.dmg' +905+ cp -vf eclipse-java-2024-03-M3-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M3-macosx-cocoa-x86_64.dmg 'eclipse-java-2024-03-M3-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M3-macosx-cocoa-x86_64.dmg' ++905+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M3-macosx-cocoa-x86_64.dmg +905+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++905+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M3-macosx-cocoa-x86_64.dmg +905+ b=eclipse-java-2024-03-M3-macosx-cocoa-x86_64.dmg +905+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +905+ md5sum eclipse-java-2024-03-M3-macosx-cocoa-x86_64.dmg +905+ sha1sum eclipse-java-2024-03-M3-macosx-cocoa-x86_64.dmg +905+ sha512sum -b eclipse-java-2024-03-M3-macosx-cocoa-x86_64.dmg +905+ rm eclipse-java-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize +905+ rm -f eclipse-java-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.md5 +905+ rm -f eclipse-java-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +905+ rm -f eclipse-java-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++729+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748/status +729+ RESPONSE_RAW='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++729+ head -n1 +729+ RESPONSE='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++729+ tail -n1 +729+ STATUS_CODE=200 ++729+ echo '{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++729+ jq -r .notarizationStatus.status +729+ STATUS=IN_PROGRESS +729+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +729+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d9d15027-0bde-439f-a243-8ffd6c7c0969/status +278+ RESPONSE_RAW='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++278+ head -n1 +278+ RESPONSE='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++278+ tail -n1 +278+ STATUS_CODE=200 ++278+ echo '{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++278+ jq -r .notarizationStatus.status +278+ STATUS=IN_PROGRESS +278+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +278+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4137fa82-beeb-4c41-8b95-5852a9e51b84/status +553+ RESPONSE_RAW='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ab1d91d4-8bba-4115-ba65-d00af2ffecef/status +417+ RESPONSE_RAW='{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","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\": \"e3765a05-23f1-48ed-a978-ca3ca5ca88d1\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg\",\n \"uploadDate\": \"2024-02-23T17:11:29.663Z\",\n \"sha256\": \"058b3fc005d9979aaf8a1fb2153d6280d2ef2fc84060da10971f35f4a57863df\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5010169faa2256c655a6e3f97bbeac72a12379cd\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dccca0abb0213a86e55d0fe17cd925417877a63e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.aarch64_4.31.0.20240222-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"981bfda18764a894609d5fea40b82b6770b583fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5c9dcabf0633b9768d043b7b44abb7b01f618042\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8753e34fd9dd3519b58f6bcd939aa245fa4476e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dccca0abb0213a86e55d0fe17cd925417877a63e\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","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\": \"e3765a05-23f1-48ed-a978-ca3ca5ca88d1\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg\",\n \"uploadDate\": \"2024-02-23T17:11:29.663Z\",\n \"sha256\": \"058b3fc005d9979aaf8a1fb2153d6280d2ef2fc84060da10971f35f4a57863df\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5010169faa2256c655a6e3f97bbeac72a12379cd\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dccca0abb0213a86e55d0fe17cd925417877a63e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.aarch64_4.31.0.20240222-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"981bfda18764a894609d5fea40b82b6770b583fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5c9dcabf0633b9768d043b7b44abb7b01f618042\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8753e34fd9dd3519b58f6bcd939aa245fa4476e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dccca0abb0213a86e55d0fe17cd925417877a63e\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ jq -r .notarizationStatus.status ++417+ echo '{"uuid":"ab1d91d4-8bba-4115-ba65-d00af2ffecef","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\":' '\"e3765a05-23f1-48ed-a978-ca3ca5ca88d1\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg\",\n' '\"uploadDate\":' '\"2024-02-23T17:11:29.663Z\",\n' '\"sha256\":' '\"058b3fc005d9979aaf8a1fb2153d6280d2ef2fc84060da10971f35f4a57863df\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5010169faa2256c655a6e3f97bbeac72a12379cd\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dccca0abb0213a86e55d0fe17cd925417877a63e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.aarch64_4.31.0.20240222-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"981bfda18764a894609d5fea40b82b6770b583fb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5c9dcabf0633b9768d043b7b44abb7b01f618042\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8753e34fd9dd3519b58f6bcd939aa245fa4476e0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bd4615115802e3801cc9191362cc51028f11b4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d727d38c5139c3686030300071732e8b3e0d6e97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba28310855f1913a8910b26f863beac6664fdef1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"89a0601dc22363d664b0700a92e6a420d8c52937\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17c650090d05428f857e506b6b949b7688c1c4de\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9af736db45e396bbad210c983e78b0027cab615c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc09af6797f5684adc83290a7e6b521659428dc6\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c695544a0f794b4ac4e804611e001b7517e0480a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39030726ad16c699b648ece42d1510e34b55daea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b604112ac25d895811950bf051042032d28988d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c19760176935305415986d312cc23d39b6eea8e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b716005748f866e45709f80f08d4ca0069d54c6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3320ffff22b3e2942fe42315e0577418dd197a77\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f64393e15af28de8a84a791536884d4658b5cd66\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16e4da827030a18892aa04eed03443c145aab4a4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64-7360256727433852704.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dccca0abb0213a86e55d0fe17cd925417877a63e\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +417+ STATUS=COMPLETE +417+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ [[ 200 == \5\0\3 ]] +417+ [[ 200 == \5\0\2 ]] +417+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +417+ break +417+ rm eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64.dmg +417+ curl -JO https://cbi.eclipse.org/macos/xcrun/ab1d91d4-8bba-4115-ba65-d00af2ffecef/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 41.8M 0 41.8M 0 0 73.8M 0 --:--:-- --:--:-- --:--:-- 73.7M++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d797a40-6544-4a15-a339-ef1b86cec971/status +977+ RESPONSE_RAW='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m 100 78.3M 0 78.3M 0 0 49.9M 0 --:--:-- 0:00:01 --:--:-- 49.9M 100 165M 0 165M 0 0 64.6M 0 --:--:-- 0:00:02 --:--:-- 64.6M 100 254M 0 254M 0 0 71.3M 0 --:--:-- 0:00:03 --:--:-- 71.3M 100 342M 0 342M 0 0 74.9M 0 --:--:-- 0:00:04 --:--:-- 74.9M 100 429M 0 429M 0 0 77.1M 0 --:--:-- 0:00:05 --:--:-- 77.4M 100 430M 0 430M 0 0 77.1M 0 --:--:-- 0:00:05 --:--:-- 87.8M curl: Saved to filename 'eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64.dmg' +417+ cp -vf eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64.dmg 'eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64.dmg' ++417+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64.dmg +417+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++417+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64.dmg +417+ b=eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64.dmg +417+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +417+ md5sum eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64.dmg ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ff1d5a9-961a-450c-a5c8-274438d248ac/status +781+ RESPONSE_RAW='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m +417+ sha1sum eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64.dmg +417+ sha512sum -b eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64.dmg ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9df4e12b-378a-4899-92b6-d73d18a881f1/status +311+ RESPONSE_RAW='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m +417+ rm eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize +417+ rm -f eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.md5 +417+ rm -f eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +417+ rm -f eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/827e382b-3638-45ae-b76d-94e6def39b5c/status +224+ RESPONSE_RAW='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++224+ head -n1 +224+ RESPONSE='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++224+ tail -n1 +224+ STATUS_CODE=200 ++224+ jq -r .notarizationStatus.status ++224+ echo '{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +224+ STATUS=IN_PROGRESS +224+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +224+ sleep 1m ++1049+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db335aff-40e9-424d-b8b3-b141e7a62eb4/status +1049+ RESPONSE_RAW='{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1049+ head -n1 +1049+ RESPONSE='{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1049+ tail -n1 +1049+ STATUS_CODE=200 ++1049+ echo '{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1049+ jq -r .notarizationStatus.status +1049+ STATUS=IN_PROGRESS +1049+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1049+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4083b046-9e4a-46c9-ad12-8495836067ba/status +459+ RESPONSE_RAW='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++843+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/34b86c9f-4825-4800-8330-8e8ed0fca9bb/status +843+ RESPONSE_RAW='{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++843+ head -n1 +843+ RESPONSE='{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++843+ tail -n1 +843+ STATUS_CODE=200 ++843+ echo '{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++843+ jq -r .notarizationStatus.status +843+ STATUS=IN_PROGRESS +843+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +843+ sleep 1m ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb1d9044-8684-46ae-934b-b606e1e20944/status +343+ RESPONSE_RAW='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m ++657+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f29231c9-c640-4024-ad68-c925104631ec/status +657+ RESPONSE_RAW='{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ echo '{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++657+ jq -r .notarizationStatus.status +657+ STATUS=IN_PROGRESS +657+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ sleep 1m ++729+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748/status +729+ RESPONSE_RAW='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++729+ head -n1 +729+ RESPONSE='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++729+ tail -n1 +729+ STATUS_CODE=200 ++729+ echo '{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++729+ jq -r .notarizationStatus.status +729+ STATUS=IN_PROGRESS +729+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +729+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d9d15027-0bde-439f-a243-8ffd6c7c0969/status +278+ RESPONSE_RAW='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++278+ head -n1 +278+ RESPONSE='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++278+ tail -n1 +278+ STATUS_CODE=200 ++278+ echo '{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++278+ jq -r .notarizationStatus.status +278+ STATUS=IN_PROGRESS +278+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +278+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4137fa82-beeb-4c41-8b95-5852a9e51b84/status +553+ RESPONSE_RAW='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d797a40-6544-4a15-a339-ef1b86cec971/status +977+ RESPONSE_RAW='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ff1d5a9-961a-450c-a5c8-274438d248ac/status +781+ RESPONSE_RAW='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9df4e12b-378a-4899-92b6-d73d18a881f1/status +311+ RESPONSE_RAW='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/827e382b-3638-45ae-b76d-94e6def39b5c/status +224+ RESPONSE_RAW='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++224+ head -n1 +224+ RESPONSE='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++224+ tail -n1 +224+ STATUS_CODE=200 ++224+ echo '{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++224+ jq -r .notarizationStatus.status +224+ STATUS=IN_PROGRESS +224+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +224+ sleep 1m ++1049+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db335aff-40e9-424d-b8b3-b141e7a62eb4/status +1049+ RESPONSE_RAW='{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1049+ head -n1 +1049+ RESPONSE='{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1049+ tail -n1 +1049+ STATUS_CODE=200 ++1049+ echo '{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1049+ jq -r .notarizationStatus.status +1049+ STATUS=IN_PROGRESS +1049+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1049+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4083b046-9e4a-46c9-ad12-8495836067ba/status +459+ RESPONSE_RAW='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++843+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/34b86c9f-4825-4800-8330-8e8ed0fca9bb/status +843+ RESPONSE_RAW='{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","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\": \"39224bc5-a225-4d1e-b97a-a0f825f16ce5\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg\",\n \"uploadDate\": \"2024-02-23T17:17:05.838Z\",\n \"sha256\": \"31549a33cc27a1dbf119fa4b9f8fa691522c37a2d35e2a25d48f3c28dc4d1149\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e0d2ba6f8cc36784f1e9c559eaedc22d54a1d6b6\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ce8290c11d7be6816825ece09406fe95fc8f5c9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.x86_64_4.31.0.20240222-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"664c5d49426729c0bb44207145b72311b70c116b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4f8338d5eccb16c6f70a96235f4c022a27883353\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8d0e456214cebc3514f2e22ff568ae61cddf80d6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4416f0c82748a89aa8b0f3189aee86991977e16\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae0675a638b1d3ef6b575fa4bec11bbdb8322e96\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ce8290c11d7be6816825ece09406fe95fc8f5c9d\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++843+ head -n1 +843+ RESPONSE='{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","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\": \"39224bc5-a225-4d1e-b97a-a0f825f16ce5\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg\",\n \"uploadDate\": \"2024-02-23T17:17:05.838Z\",\n \"sha256\": \"31549a33cc27a1dbf119fa4b9f8fa691522c37a2d35e2a25d48f3c28dc4d1149\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e0d2ba6f8cc36784f1e9c559eaedc22d54a1d6b6\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ce8290c11d7be6816825ece09406fe95fc8f5c9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.x86_64_4.31.0.20240222-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"664c5d49426729c0bb44207145b72311b70c116b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4f8338d5eccb16c6f70a96235f4c022a27883353\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8d0e456214cebc3514f2e22ff568ae61cddf80d6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4416f0c82748a89aa8b0f3189aee86991977e16\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae0675a638b1d3ef6b575fa4bec11bbdb8322e96\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ce8290c11d7be6816825ece09406fe95fc8f5c9d\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++843+ tail -n1 +843+ STATUS_CODE=200 ++843+ jq -r .notarizationStatus.status ++843+ echo '{"uuid":"34b86c9f-4825-4800-8330-8e8ed0fca9bb","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\":' '\"39224bc5-a225-4d1e-b97a-a0f825f16ce5\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg\",\n' '\"uploadDate\":' '\"2024-02-23T17:17:05.838Z\",\n' '\"sha256\":' '\"31549a33cc27a1dbf119fa4b9f8fa691522c37a2d35e2a25d48f3c28dc4d1149\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e0d2ba6f8cc36784f1e9c559eaedc22d54a1d6b6\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ce8290c11d7be6816825ece09406fe95fc8f5c9d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.x86_64_4.31.0.20240222-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00fda142f82025ddc29a3ff87f899862c2236492\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/aarch64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"664c5d49426729c0bb44207145b72311b70c116b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4f8338d5eccb16c6f70a96235f4c022a27883353\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8d0e456214cebc3514f2e22ff568ae61cddf80d6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4416f0c82748a89aa8b0f3189aee86991977e16\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ae0675a638b1d3ef6b575fa4bec11bbdb8322e96\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e10e84152ea00ca02ef572e712630aa2138150db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"140f1306945703e1dee54d5599ce4f3982f7da08\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a4c443e9dada0274fb99c7537c252de2a19009de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0cc027ea0d553364bca35f211be43a1511eede25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4723dedf08397f512250e6cce998c5b399a6bf20\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0fed0286e473bda68186cd0f5513579d3b811c98\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"786608011dd33a53d048c2c761e2edea579e97d5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41989a78b2fcb92288861630f93a1305566592d9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e923bc7580671e70ed71b3627fee81511fa21536\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"76361f0b9eecf6253b36a54b953faeabfea97658\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"310973d6a1c85d57c16e90db67412e83e42691e4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9de557ceeb1a285c868fe2d14c079653b680a344\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6a9af3bca6d618940ff27237e86fe78632151aab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17131a43459e09798ff9f22e2855d69e3d27157f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"307eae46a282e96812c9549f015e393b58f1da21\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f857708d3fffc650fab73fba95f6023f990a270c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1d9da991a78fa73066318509e6f1585b7671e31\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64-14764846912444336459.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ce8290c11d7be6816825ece09406fe95fc8f5c9d\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +843+ STATUS=COMPLETE +843+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +843+ [[ 200 == \5\0\3 ]] +843+ [[ 200 == \5\0\2 ]] +843+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +843+ break +843+ rm eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64.dmg +843+ curl -JO https://cbi.eclipse.org/macos/xcrun/34b86c9f-4825-4800-8330-8e8ed0fca9bb/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 89.2M 0 --:--:-- --:--:-- --:--:-- 89.2M 100 160M 0 160M 0 0 86.3M 0 --:--:-- 0:00:01 --:--:-- 86.3M 100 254M 0 254M 0 0 88.7M 0 --:--:-- 0:00:02 --:--:-- 88.7M++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb1d9044-8684-46ae-934b-b606e1e20944/status +343+ RESPONSE_RAW='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m 100 339M 0 339M 0 0 87.7M 0 --:--:-- 0:00:03 --:--:-- 87.7M 100 358M 0 358M 0 0 87.6M 0 --:--:-- 0:00:04 --:--:-- 87.6M curl: Saved to filename 'eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64.dmg' +843+ cp -vf eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64.dmg 'eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64.dmg' ++843+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64.dmg +843+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++843+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64.dmg +843+ b=eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64.dmg +843+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +843+ md5sum eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64.dmg +843+ sha1sum eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64.dmg +843+ sha512sum -b eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64.dmg +843+ rm eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize +843+ rm -f eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.md5 +843+ rm -f eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +843+ rm -f eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++657+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f29231c9-c640-4024-ad68-c925104631ec/status +657+ RESPONSE_RAW='{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ echo '{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++657+ jq -r .notarizationStatus.status +657+ STATUS=IN_PROGRESS +657+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ sleep 1m ++729+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748/status +729+ RESPONSE_RAW='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++729+ head -n1 +729+ RESPONSE='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++729+ tail -n1 +729+ STATUS_CODE=200 ++729+ echo '{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++729+ jq -r .notarizationStatus.status +729+ STATUS=IN_PROGRESS +729+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +729+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d9d15027-0bde-439f-a243-8ffd6c7c0969/status +278+ RESPONSE_RAW='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++278+ head -n1 +278+ RESPONSE='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++278+ tail -n1 +278+ STATUS_CODE=200 ++278+ echo '{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++278+ jq -r .notarizationStatus.status +278+ STATUS=IN_PROGRESS +278+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +278+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4137fa82-beeb-4c41-8b95-5852a9e51b84/status +553+ RESPONSE_RAW='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d797a40-6544-4a15-a339-ef1b86cec971/status +977+ RESPONSE_RAW='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ff1d5a9-961a-450c-a5c8-274438d248ac/status +781+ RESPONSE_RAW='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9df4e12b-378a-4899-92b6-d73d18a881f1/status +311+ RESPONSE_RAW='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/827e382b-3638-45ae-b76d-94e6def39b5c/status +224+ RESPONSE_RAW='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++224+ head -n1 +224+ RESPONSE='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++224+ tail -n1 +224+ STATUS_CODE=200 ++224+ echo '{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++224+ jq -r .notarizationStatus.status +224+ STATUS=IN_PROGRESS +224+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +224+ sleep 1m ++1049+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db335aff-40e9-424d-b8b3-b141e7a62eb4/status +1049+ RESPONSE_RAW='{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1049+ head -n1 +1049+ RESPONSE='{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1049+ tail -n1 +1049+ STATUS_CODE=200 ++1049+ echo '{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1049+ jq -r .notarizationStatus.status +1049+ STATUS=IN_PROGRESS +1049+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1049+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4083b046-9e4a-46c9-ad12-8495836067ba/status +459+ RESPONSE_RAW='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb1d9044-8684-46ae-934b-b606e1e20944/status +343+ RESPONSE_RAW='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m ++657+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f29231c9-c640-4024-ad68-c925104631ec/status +657+ RESPONSE_RAW='{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","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\": \"456d7e17-480e-412f-8b64-d4de87410493\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg\",\n \"uploadDate\": \"2024-02-23T17:12:50.786Z\",\n \"sha256\": \"b7a6315b74ed538f7b0ee27bd273bda1b5bdfb58a217632c34c301a261ccbd3c\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5f8217b0b257931c31ab2b03589f1fab1438f1f\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2accbc0170cfe5bcf4057ebc0574bfc7e49bbf9d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.aarch64_4.31.0.20240222-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"664c5d49426729c0bb44207145b72311b70c116b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4f8338d5eccb16c6f70a96235f4c022a27883353\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"981bfda18764a894609d5fea40b82b6770b583fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5c9dcabf0633b9768d043b7b44abb7b01f618042\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8753e34fd9dd3519b58f6bcd939aa245fa4476e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-arm64.tar.gz/node-v18.18.2-darwin-arm64.tar/node-v18.18.2-darwin-arm64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5c603626f3228a610f77d506adf2f08150063f4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2accbc0170cfe5bcf4057ebc0574bfc7e49bbf9d\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","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\": \"456d7e17-480e-412f-8b64-d4de87410493\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg\",\n \"uploadDate\": \"2024-02-23T17:12:50.786Z\",\n \"sha256\": \"b7a6315b74ed538f7b0ee27bd273bda1b5bdfb58a217632c34c301a261ccbd3c\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5f8217b0b257931c31ab2b03589f1fab1438f1f\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2accbc0170cfe5bcf4057ebc0574bfc7e49bbf9d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.aarch64_4.31.0.20240222-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"664c5d49426729c0bb44207145b72311b70c116b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4f8338d5eccb16c6f70a96235f4c022a27883353\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"981bfda18764a894609d5fea40b82b6770b583fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5c9dcabf0633b9768d043b7b44abb7b01f618042\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8753e34fd9dd3519b58f6bcd939aa245fa4476e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-arm64.tar.gz/node-v18.18.2-darwin-arm64.tar/node-v18.18.2-darwin-arm64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5c603626f3228a610f77d506adf2f08150063f4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2accbc0170cfe5bcf4057ebc0574bfc7e49bbf9d\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ jq -r .notarizationStatus.status ++657+ echo '{"uuid":"f29231c9-c640-4024-ad68-c925104631ec","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\":' '\"456d7e17-480e-412f-8b64-d4de87410493\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg\",\n' '\"uploadDate\":' '\"2024-02-23T17:12:50.786Z\",\n' '\"sha256\":' '\"b7a6315b74ed538f7b0ee27bd273bda1b5bdfb58a217632c34c301a261ccbd3c\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d5f8217b0b257931c31ab2b03589f1fab1438f1f\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2accbc0170cfe5bcf4057ebc0574bfc7e49bbf9d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.aarch64_4.31.0.20240222-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/aarch64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"664c5d49426729c0bb44207145b72311b70c116b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4f8338d5eccb16c6f70a96235f4c022a27883353\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"981bfda18764a894609d5fea40b82b6770b583fb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5c9dcabf0633b9768d043b7b44abb7b01f618042\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8753e34fd9dd3519b58f6bcd939aa245fa4476e0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-arm64.tar.gz/node-v18.18.2-darwin-arm64.tar/node-v18.18.2-darwin-arm64/bin/node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e5c603626f3228a610f77d506adf2f08150063f4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bd4615115802e3801cc9191362cc51028f11b4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d727d38c5139c3686030300071732e8b3e0d6e97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba28310855f1913a8910b26f863beac6664fdef1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"89a0601dc22363d664b0700a92e6a420d8c52937\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17c650090d05428f857e506b6b949b7688c1c4de\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9af736db45e396bbad210c983e78b0027cab615c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc09af6797f5684adc83290a7e6b521659428dc6\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c695544a0f794b4ac4e804611e001b7517e0480a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39030726ad16c699b648ece42d1510e34b55daea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b604112ac25d895811950bf051042032d28988d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c19760176935305415986d312cc23d39b6eea8e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b716005748f866e45709f80f08d4ca0069d54c6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3320ffff22b3e2942fe42315e0577418dd197a77\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f64393e15af28de8a84a791536884d4658b5cd66\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16e4da827030a18892aa04eed03443c145aab4a4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-aarch64-18000017893715932077.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2accbc0170cfe5bcf4057ebc0574bfc7e49bbf9d\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +657+ STATUS=COMPLETE +657+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ [[ 200 == \5\0\3 ]] +657+ [[ 200 == \5\0\2 ]] +657+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +657+ break +657+ rm eclipse-php-2024-03-M3-macosx-cocoa-aarch64.dmg +657+ curl -JO https://cbi.eclipse.org/macos/xcrun/f29231c9-c640-4024-ad68-c925104631ec/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 68.7M 0 68.7M 0 0 73.0M 0 --:--:-- --:--:-- --:--:-- 72.9M 100 160M 0 160M 0 0 82.4M 0 --:--:-- 0:00:01 --:--:-- 82.3M 100 221M 0 221M 0 0 75.1M 0 --:--:-- 0:00:02 --:--:-- 75.1M 100 313M 0 313M 0 0 79.5M 0 --:--:-- 0:00:03 --:--:-- 79.5M 100 392M 0 392M 0 0 82.4M 0 --:--:-- 0:00:04 --:--:-- 82.4M curl: Saved to filename 'eclipse-php-2024-03-M3-macosx-cocoa-aarch64.dmg' +657+ cp -vf eclipse-php-2024-03-M3-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M3-macosx-cocoa-aarch64.dmg 'eclipse-php-2024-03-M3-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M3-macosx-cocoa-aarch64.dmg' ++657+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M3-macosx-cocoa-aarch64.dmg +657+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++657+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M3-macosx-cocoa-aarch64.dmg +657+ b=eclipse-php-2024-03-M3-macosx-cocoa-aarch64.dmg +657+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +657+ md5sum eclipse-php-2024-03-M3-macosx-cocoa-aarch64.dmg +657+ sha1sum eclipse-php-2024-03-M3-macosx-cocoa-aarch64.dmg +657+ sha512sum -b eclipse-php-2024-03-M3-macosx-cocoa-aarch64.dmg +657+ rm eclipse-php-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize +657+ rm -f eclipse-php-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.md5 +657+ rm -f eclipse-php-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +657+ rm -f eclipse-php-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++729+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748/status +729+ RESPONSE_RAW='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++729+ head -n1 +729+ RESPONSE='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++729+ tail -n1 +729+ STATUS_CODE=200 ++729+ echo '{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++729+ jq -r .notarizationStatus.status +729+ STATUS=IN_PROGRESS +729+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +729+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d9d15027-0bde-439f-a243-8ffd6c7c0969/status +278+ RESPONSE_RAW='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++278+ head -n1 +278+ RESPONSE='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++278+ tail -n1 +278+ STATUS_CODE=200 ++278+ echo '{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++278+ jq -r .notarizationStatus.status +278+ STATUS=IN_PROGRESS +278+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +278+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4137fa82-beeb-4c41-8b95-5852a9e51b84/status +553+ RESPONSE_RAW='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d797a40-6544-4a15-a339-ef1b86cec971/status +977+ RESPONSE_RAW='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ff1d5a9-961a-450c-a5c8-274438d248ac/status +781+ RESPONSE_RAW='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9df4e12b-378a-4899-92b6-d73d18a881f1/status +311+ RESPONSE_RAW='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/827e382b-3638-45ae-b76d-94e6def39b5c/status +224+ RESPONSE_RAW='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","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\": \"908c9f02-0fe0-4dea-b516-786f45023c48\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg\",\n \"uploadDate\": \"2024-02-23T17:09:33.346Z\",\n \"sha256\": \"a8ec3e5187aafa22fc01f5adcb5e0a2c7a42a942a19616663824689ad0fa21e8\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ec375e9892177b77f855b2fb73904241f29aa42\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"771f970d98abb86423d0da6e4b196a269a18b5cc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.x86_64_4.31.0.20240222-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8d0e456214cebc3514f2e22ff568ae61cddf80d6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4416f0c82748a89aa8b0f3189aee86991977e16\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae0675a638b1d3ef6b575fa4bec11bbdb8322e96\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"771f970d98abb86423d0da6e4b196a269a18b5cc\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++224+ head -n1 +224+ RESPONSE='{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","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\": \"908c9f02-0fe0-4dea-b516-786f45023c48\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg\",\n \"uploadDate\": \"2024-02-23T17:09:33.346Z\",\n \"sha256\": \"a8ec3e5187aafa22fc01f5adcb5e0a2c7a42a942a19616663824689ad0fa21e8\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ec375e9892177b77f855b2fb73904241f29aa42\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"771f970d98abb86423d0da6e4b196a269a18b5cc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.x86_64_4.31.0.20240222-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8d0e456214cebc3514f2e22ff568ae61cddf80d6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4416f0c82748a89aa8b0f3189aee86991977e16\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae0675a638b1d3ef6b575fa4bec11bbdb8322e96\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"771f970d98abb86423d0da6e4b196a269a18b5cc\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++224+ tail -n1 +224+ STATUS_CODE=200 ++224+ jq -r .notarizationStatus.status ++224+ echo '{"uuid":"827e382b-3638-45ae-b76d-94e6def39b5c","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\":' '\"908c9f02-0fe0-4dea-b516-786f45023c48\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg\",\n' '\"uploadDate\":' '\"2024-02-23T17:09:33.346Z\",\n' '\"sha256\":' '\"a8ec3e5187aafa22fc01f5adcb5e0a2c7a42a942a19616663824689ad0fa21e8\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ec375e9892177b77f855b2fb73904241f29aa42\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"771f970d98abb86423d0da6e4b196a269a18b5cc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.x86_64_4.31.0.20240222-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00fda142f82025ddc29a3ff87f899862c2236492\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8d0e456214cebc3514f2e22ff568ae61cddf80d6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4416f0c82748a89aa8b0f3189aee86991977e16\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ae0675a638b1d3ef6b575fa4bec11bbdb8322e96\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e10e84152ea00ca02ef572e712630aa2138150db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"140f1306945703e1dee54d5599ce4f3982f7da08\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a4c443e9dada0274fb99c7537c252de2a19009de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0cc027ea0d553364bca35f211be43a1511eede25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4723dedf08397f512250e6cce998c5b399a6bf20\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0fed0286e473bda68186cd0f5513579d3b811c98\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"786608011dd33a53d048c2c761e2edea579e97d5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41989a78b2fcb92288861630f93a1305566592d9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e923bc7580671e70ed71b3627fee81511fa21536\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"76361f0b9eecf6253b36a54b953faeabfea97658\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"310973d6a1c85d57c16e90db67412e83e42691e4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9de557ceeb1a285c868fe2d14c079653b680a344\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6a9af3bca6d618940ff27237e86fe78632151aab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17131a43459e09798ff9f22e2855d69e3d27157f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"307eae46a282e96812c9549f015e393b58f1da21\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f857708d3fffc650fab73fba95f6023f990a270c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1d9da991a78fa73066318509e6f1585b7671e31\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M3-macosx-cocoa-x86_64-4270284579832568244.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"771f970d98abb86423d0da6e4b196a269a18b5cc\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +224+ STATUS=COMPLETE +224+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +224+ [[ 200 == \5\0\3 ]] +224+ [[ 200 == \5\0\2 ]] +224+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +224+ break +224+ rm eclipse-scout-2024-03-M3-macosx-cocoa-x86_64.dmg +224+ curl -JO https://cbi.eclipse.org/macos/xcrun/827e382b-3638-45ae-b76d-94e6def39b5c/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 41.5M 0 41.5M 0 0 75.9M 0 --:--:-- --:--:-- --:--:-- 75.9M 100 123M 0 123M 0 0 79.8M 0 --:--:-- 0:00:01 --:--:-- 79.8M 100 211M 0 211M 0 0 83.2M 0 --:--:-- 0:00:02 --:--:-- 83.2M 100 285M 0 285M 0 0 80.3M 0 --:--:-- 0:00:03 --:--:-- 80.3M 100 371M 0 371M 0 0 81.6M 0 --:--:-- 0:00:04 --:--:-- 81.6M 100 392M 0 392M 0 0 82.3M 0 --:--:-- 0:00:04 --:--:-- 83.1M curl: Saved to filename 'eclipse-scout-2024-03-M3-macosx-cocoa-x86_64.dmg' +224+ cp -vf eclipse-scout-2024-03-M3-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M3-macosx-cocoa-x86_64.dmg 'eclipse-scout-2024-03-M3-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M3-macosx-cocoa-x86_64.dmg' ++224+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M3-macosx-cocoa-x86_64.dmg +224+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++224+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M3-macosx-cocoa-x86_64.dmg +224+ b=eclipse-scout-2024-03-M3-macosx-cocoa-x86_64.dmg +224+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +224+ md5sum eclipse-scout-2024-03-M3-macosx-cocoa-x86_64.dmg ++1049+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db335aff-40e9-424d-b8b3-b141e7a62eb4/status +1049+ RESPONSE_RAW='{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1049+ head -n1 +1049+ RESPONSE='{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1049+ tail -n1 +1049+ STATUS_CODE=200 ++1049+ echo '{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1049+ jq -r .notarizationStatus.status +1049+ STATUS=IN_PROGRESS +1049+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1049+ sleep 1m +224+ sha1sum eclipse-scout-2024-03-M3-macosx-cocoa-x86_64.dmg +224+ sha512sum -b eclipse-scout-2024-03-M3-macosx-cocoa-x86_64.dmg ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4083b046-9e4a-46c9-ad12-8495836067ba/status +459+ RESPONSE_RAW='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m +224+ rm eclipse-scout-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize +224+ rm -f eclipse-scout-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.md5 +224+ rm -f eclipse-scout-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +224+ rm -f eclipse-scout-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb1d9044-8684-46ae-934b-b606e1e20944/status +343+ RESPONSE_RAW='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m ++729+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748/status +729+ RESPONSE_RAW='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++729+ head -n1 +729+ RESPONSE='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++729+ tail -n1 +729+ STATUS_CODE=200 ++729+ echo '{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++729+ jq -r .notarizationStatus.status +729+ STATUS=IN_PROGRESS +729+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +729+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d9d15027-0bde-439f-a243-8ffd6c7c0969/status +278+ RESPONSE_RAW='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++278+ head -n1 +278+ RESPONSE='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++278+ tail -n1 +278+ STATUS_CODE=200 ++278+ echo '{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++278+ jq -r .notarizationStatus.status +278+ STATUS=IN_PROGRESS +278+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +278+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4137fa82-beeb-4c41-8b95-5852a9e51b84/status +553+ RESPONSE_RAW='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d797a40-6544-4a15-a339-ef1b86cec971/status +977+ RESPONSE_RAW='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ff1d5a9-961a-450c-a5c8-274438d248ac/status +781+ RESPONSE_RAW='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9df4e12b-378a-4899-92b6-d73d18a881f1/status +311+ RESPONSE_RAW='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++1049+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db335aff-40e9-424d-b8b3-b141e7a62eb4/status +1049+ RESPONSE_RAW='{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","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\": \"f218f000-ed8c-46bc-9eba-090184f635c8\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg\",\n \"uploadDate\": \"2024-02-23T17:18:00.514Z\",\n \"sha256\": \"c1cb27c75bf72b64d6df0acc34cdafcb673337e7eef2bc3fe8f345376c601311\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d8f4b56cd941bbfb972cb228e87e3d9cffd1bb1\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36bea07e122d2230eea2b5f3fd6479aec6cea8d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.x86_64_4.31.0.20240222-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"664c5d49426729c0bb44207145b72311b70c116b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4f8338d5eccb16c6f70a96235f4c022a27883353\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8d0e456214cebc3514f2e22ff568ae61cddf80d6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4416f0c82748a89aa8b0f3189aee86991977e16\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae0675a638b1d3ef6b575fa4bec11bbdb8322e96\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-x64.tar.gz/node-v18.18.2-darwin-x64.tar/node-v18.18.2-darwin-x64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"74a1702d0b99002f268fbd6bbd110670a579fbdc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36bea07e122d2230eea2b5f3fd6479aec6cea8d5\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++1049+ head -n1 +1049+ RESPONSE='{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","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\": \"f218f000-ed8c-46bc-9eba-090184f635c8\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg\",\n \"uploadDate\": \"2024-02-23T17:18:00.514Z\",\n \"sha256\": \"c1cb27c75bf72b64d6df0acc34cdafcb673337e7eef2bc3fe8f345376c601311\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d8f4b56cd941bbfb972cb228e87e3d9cffd1bb1\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36bea07e122d2230eea2b5f3fd6479aec6cea8d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.x86_64_4.31.0.20240222-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"664c5d49426729c0bb44207145b72311b70c116b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4f8338d5eccb16c6f70a96235f4c022a27883353\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8d0e456214cebc3514f2e22ff568ae61cddf80d6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4416f0c82748a89aa8b0f3189aee86991977e16\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae0675a638b1d3ef6b575fa4bec11bbdb8322e96\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-x64.tar.gz/node-v18.18.2-darwin-x64.tar/node-v18.18.2-darwin-x64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"74a1702d0b99002f268fbd6bbd110670a579fbdc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36bea07e122d2230eea2b5f3fd6479aec6cea8d5\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++1049+ tail -n1 +1049+ STATUS_CODE=200 ++1049+ jq -r .notarizationStatus.status ++1049+ echo '{"uuid":"db335aff-40e9-424d-b8b3-b141e7a62eb4","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\":' '\"f218f000-ed8c-46bc-9eba-090184f635c8\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg\",\n' '\"uploadDate\":' '\"2024-02-23T17:18:00.514Z\",\n' '\"sha256\":' '\"c1cb27c75bf72b64d6df0acc34cdafcb673337e7eef2bc3fe8f345376c601311\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d8f4b56cd941bbfb972cb228e87e3d9cffd1bb1\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36bea07e122d2230eea2b5f3fd6479aec6cea8d5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.x86_64_4.31.0.20240222-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00fda142f82025ddc29a3ff87f899862c2236492\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/aarch64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"664c5d49426729c0bb44207145b72311b70c116b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4f8338d5eccb16c6f70a96235f4c022a27883353\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8d0e456214cebc3514f2e22ff568ae61cddf80d6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4416f0c82748a89aa8b0f3189aee86991977e16\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ae0675a638b1d3ef6b575fa4bec11bbdb8322e96\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-x64.tar.gz/node-v18.18.2-darwin-x64.tar/node-v18.18.2-darwin-x64/bin/node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"74a1702d0b99002f268fbd6bbd110670a579fbdc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e10e84152ea00ca02ef572e712630aa2138150db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"140f1306945703e1dee54d5599ce4f3982f7da08\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a4c443e9dada0274fb99c7537c252de2a19009de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0cc027ea0d553364bca35f211be43a1511eede25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4723dedf08397f512250e6cce998c5b399a6bf20\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0fed0286e473bda68186cd0f5513579d3b811c98\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"786608011dd33a53d048c2c761e2edea579e97d5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41989a78b2fcb92288861630f93a1305566592d9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e923bc7580671e70ed71b3627fee81511fa21536\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"76361f0b9eecf6253b36a54b953faeabfea97658\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"310973d6a1c85d57c16e90db67412e83e42691e4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9de557ceeb1a285c868fe2d14c079653b680a344\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6a9af3bca6d618940ff27237e86fe78632151aab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17131a43459e09798ff9f22e2855d69e3d27157f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"307eae46a282e96812c9549f015e393b58f1da21\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f857708d3fffc650fab73fba95f6023f990a270c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1d9da991a78fa73066318509e6f1585b7671e31\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M3-macosx-cocoa-x86_64-1276810228043290340.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36bea07e122d2230eea2b5f3fd6479aec6cea8d5\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +1049+ STATUS=COMPLETE +1049+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +1049+ [[ 200 == \5\0\3 ]] +1049+ [[ 200 == \5\0\2 ]] +1049+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +1049+ break +1049+ rm eclipse-php-2024-03-M3-macosx-cocoa-x86_64.dmg +1049+ curl -JO https://cbi.eclipse.org/macos/xcrun/db335aff-40e9-424d-b8b3-b141e7a62eb4/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 42.2M 0 42.2M 0 0 49.1M 0 --:--:-- --:--:-- --:--:-- 49.1M++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4083b046-9e4a-46c9-ad12-8495836067ba/status 100 85.0M 0 85.0M 0 0 45.7M 0 --:--:-- 0:00:01 --:--:-- 45.7M+459+ RESPONSE_RAW='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","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\": \"5c319d2f-8ee1-4bc2-8c07-0d7086b2ff95\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg\",\n \"uploadDate\": \"2024-02-23T17:12:08.765Z\",\n \"sha256\": \"80915ace97de41223dfc7c56b7fe6d2628e9eaa01c9b4a7adb514f6c3ce57060\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e085d0ffd4a49e648b17630e724cbff29c9c8eb3\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"27955b08f398602cb2e3a17f428c07986fd16d2f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.x86_64_4.31.0.20240222-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8d0e456214cebc3514f2e22ff568ae61cddf80d6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4416f0c82748a89aa8b0f3189aee86991977e16\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae0675a638b1d3ef6b575fa4bec11bbdb8322e96\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"27955b08f398602cb2e3a17f428c07986fd16d2f\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","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\": \"5c319d2f-8ee1-4bc2-8c07-0d7086b2ff95\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg\",\n \"uploadDate\": \"2024-02-23T17:12:08.765Z\",\n \"sha256\": \"80915ace97de41223dfc7c56b7fe6d2628e9eaa01c9b4a7adb514f6c3ce57060\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e085d0ffd4a49e648b17630e724cbff29c9c8eb3\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"27955b08f398602cb2e3a17f428c07986fd16d2f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.x86_64_4.31.0.20240222-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8d0e456214cebc3514f2e22ff568ae61cddf80d6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4416f0c82748a89aa8b0f3189aee86991977e16\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae0675a638b1d3ef6b575fa4bec11bbdb8322e96\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"27955b08f398602cb2e3a17f428c07986fd16d2f\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ jq -r .notarizationStatus.status ++459+ echo '{"uuid":"4083b046-9e4a-46c9-ad12-8495836067ba","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\":' '\"5c319d2f-8ee1-4bc2-8c07-0d7086b2ff95\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg\",\n' '\"uploadDate\":' '\"2024-02-23T17:12:08.765Z\",\n' '\"sha256\":' '\"80915ace97de41223dfc7c56b7fe6d2628e9eaa01c9b4a7adb514f6c3ce57060\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e085d0ffd4a49e648b17630e724cbff29c9c8eb3\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"27955b08f398602cb2e3a17f428c07986fd16d2f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.x86_64_4.31.0.20240222-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00fda142f82025ddc29a3ff87f899862c2236492\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8d0e456214cebc3514f2e22ff568ae61cddf80d6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4416f0c82748a89aa8b0f3189aee86991977e16\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ae0675a638b1d3ef6b575fa4bec11bbdb8322e96\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e10e84152ea00ca02ef572e712630aa2138150db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"140f1306945703e1dee54d5599ce4f3982f7da08\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a4c443e9dada0274fb99c7537c252de2a19009de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0cc027ea0d553364bca35f211be43a1511eede25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4723dedf08397f512250e6cce998c5b399a6bf20\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0fed0286e473bda68186cd0f5513579d3b811c98\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"786608011dd33a53d048c2c761e2edea579e97d5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41989a78b2fcb92288861630f93a1305566592d9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e923bc7580671e70ed71b3627fee81511fa21536\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"76361f0b9eecf6253b36a54b953faeabfea97658\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"310973d6a1c85d57c16e90db67412e83e42691e4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9de557ceeb1a285c868fe2d14c079653b680a344\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6a9af3bca6d618940ff27237e86fe78632151aab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17131a43459e09798ff9f22e2855d69e3d27157f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"307eae46a282e96812c9549f015e393b58f1da21\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f857708d3fffc650fab73fba95f6023f990a270c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1d9da991a78fa73066318509e6f1585b7671e31\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64-17313104691017982603.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"27955b08f398602cb2e3a17f428c07986fd16d2f\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +459+ STATUS=COMPLETE +459+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ [[ 200 == \5\0\3 ]] +459+ [[ 200 == \5\0\2 ]] +459+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +459+ break +459+ rm eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64.dmg +459+ curl -JO https://cbi.eclipse.org/macos/xcrun/4083b046-9e4a-46c9-ad12-8495836067ba/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 112M 0 112M 0 0 39.4M 0 --:--:-- 0:00:02 --:--:-- 39.4M 100 31.9M 0 31.9M 0 0 33.2M 0 --:--:-- --:--:-- --:--:-- 33.2M 100 65.1M 0 65.1M 0 0 33.3M 0 --:--:-- 0:00:01 --:--:-- 33.3M 100 135M 0 135M 0 0 35.0M 0 --:--:-- 0:00:03 --:--:-- 35.0M 100 164M 0 164M 100 97.0M 0 0 33.8M 0 --:--:-- 0:00:04 --:--:-- 33.8M 0 97.0M 0 0 32.8M 0 --:--:-- 0:00:02 --:--:-- 32.8M 100 198M 0 198M 0 0 33.9M 0 --:--:-- 0:00:05 --:--:-- 31.3M 100 125M 0 125M 0 0 31.7M 0 --:--:-- 0:00:03 --:--:-- 31.7M 100 153M 0 153M 0 0 30.9M 0 --:--:-- 0:00:04 --:--:-- 30.9M 100 231M 0 231M 0 0 33.8M 0 --:--:-- 0:00:06 --:--:-- 29.3M 100 186M 0 186M 0 0 31.2M 0 --:--:-- 0:00:05 --:--:-- 30.8M 100 263M 0 263M 0 0 33.5M 0 --:--:-- 0:00:07 --:--:-- 30.1M++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb1d9044-8684-46ae-934b-b606e1e20944/status +343+ RESPONSE_RAW='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m 100 313M 0 313M 0 0 35.3M 0 --:--:-- 0:00:08 --:--:-- 35.6M 100 226M 0 226M 0 0 32.5M 0 --:--:-- 0:00:06 --:--:-- 32.1M 100 275M 0 275M 0 100 351M 0 351M 0 0 34.6M 0 --:--:-- 0:00:07 --:--:-- 35.6M 0 35.6M 0 --:--:-- 0:00:09 --:--:-- 37.3M 100 306M 0 306M 0 0 34.2M 0 --:--:-- 0:00:08 --:--:-- 36.1M 100 382M 0 382M 0 0 35.2M 0 --:--:-- 0:00:10 --:--:-- 36.7M 100 394M 0 394M 0 0 35.1M 0 --:--:-- 0:00:11 --:--:-- 37.3M curl: Saved to filename 'eclipse-php-2024-03-M3-macosx-cocoa-x86_64.dmg' +1049+ cp -vf eclipse-php-2024-03-M3-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M3-macosx-cocoa-x86_64.dmg 'eclipse-php-2024-03-M3-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M3-macosx-cocoa-x86_64.dmg' ++1049+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M3-macosx-cocoa-x86_64.dmg +1049+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++1049+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M3-macosx-cocoa-x86_64.dmg +1049+ b=eclipse-php-2024-03-M3-macosx-cocoa-x86_64.dmg +1049+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +1049+ md5sum eclipse-php-2024-03-M3-macosx-cocoa-x86_64.dmg 100 370M 0 370M 0 0 37.1M 0 --:--:-- 0:00:09 --:--:-- 43.3M+1049+ sha1sum eclipse-php-2024-03-M3-macosx-cocoa-x86_64.dmg 100 453M 0 453M 0 0 41.4M 0 --:--:-- 0:00:10 --:--:-- 53.5M 100 490M 0 490M 0 0 43.1M 0 --:--:-- 0:00:11 --:--:-- 59.9M curl: Saved to filename 'eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64.dmg' +459+ cp -vf eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64.dmg +1049+ sha512sum -b eclipse-php-2024-03-M3-macosx-cocoa-x86_64.dmg 'eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64.dmg' ++459+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64.dmg +459+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++459+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64.dmg +459+ b=eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64.dmg +459+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +459+ md5sum eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64.dmg +459+ sha1sum eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64.dmg +1049+ rm eclipse-php-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize +1049+ rm -f eclipse-php-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.md5 +1049+ rm -f eclipse-php-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +1049+ rm -f eclipse-php-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.sha512 +459+ sha512sum -b eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64.dmg +459+ rm eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize +459+ rm -f eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.md5 +459+ rm -f eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +459+ rm -f eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++729+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748/status +729+ RESPONSE_RAW='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","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\": \"06b23da6-5322-49fe-a241-c36daeefd428\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg\",\n \"uploadDate\": \"2024-02-23T17:13:18.498Z\",\n \"sha256\": \"746ee44395a62846f3283ff5032ae78ac976361dff7014d868365180452ffd82\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2444e2fb3e58c23769afee159fed5c8d28bb13ad\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"614eebdd5474f89f50b8a1e256118e462f2981b2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.aarch64_4.31.0.20240222-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"981bfda18764a894609d5fea40b82b6770b583fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5c9dcabf0633b9768d043b7b44abb7b01f618042\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8753e34fd9dd3519b58f6bcd939aa245fa4476e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-arm64.tar.gz/node-v18.18.2-darwin-arm64.tar/node-v18.18.2-darwin-arm64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5c603626f3228a610f77d506adf2f08150063f4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"614eebdd5474f89f50b8a1e256118e462f2981b2\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++729+ head -n1 +729+ RESPONSE='{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","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\": \"06b23da6-5322-49fe-a241-c36daeefd428\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg\",\n \"uploadDate\": \"2024-02-23T17:13:18.498Z\",\n \"sha256\": \"746ee44395a62846f3283ff5032ae78ac976361dff7014d868365180452ffd82\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2444e2fb3e58c23769afee159fed5c8d28bb13ad\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"614eebdd5474f89f50b8a1e256118e462f2981b2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.aarch64_4.31.0.20240222-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"981bfda18764a894609d5fea40b82b6770b583fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5c9dcabf0633b9768d043b7b44abb7b01f618042\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8753e34fd9dd3519b58f6bcd939aa245fa4476e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-arm64.tar.gz/node-v18.18.2-darwin-arm64.tar/node-v18.18.2-darwin-arm64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5c603626f3228a610f77d506adf2f08150063f4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"614eebdd5474f89f50b8a1e256118e462f2981b2\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++729+ tail -n1 +729+ STATUS_CODE=200 ++729+ jq -r .notarizationStatus.status ++729+ echo '{"uuid":"7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748","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\":' '\"06b23da6-5322-49fe-a241-c36daeefd428\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg\",\n' '\"uploadDate\":' '\"2024-02-23T17:13:18.498Z\",\n' '\"sha256\":' '\"746ee44395a62846f3283ff5032ae78ac976361dff7014d868365180452ffd82\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2444e2fb3e58c23769afee159fed5c8d28bb13ad\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"614eebdd5474f89f50b8a1e256118e462f2981b2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.aarch64_4.31.0.20240222-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"981bfda18764a894609d5fea40b82b6770b583fb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5c9dcabf0633b9768d043b7b44abb7b01f618042\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8753e34fd9dd3519b58f6bcd939aa245fa4476e0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-arm64.tar.gz/node-v18.18.2-darwin-arm64.tar/node-v18.18.2-darwin-arm64/bin/node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e5c603626f3228a610f77d506adf2f08150063f4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bd4615115802e3801cc9191362cc51028f11b4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d727d38c5139c3686030300071732e8b3e0d6e97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba28310855f1913a8910b26f863beac6664fdef1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"89a0601dc22363d664b0700a92e6a420d8c52937\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17c650090d05428f857e506b6b949b7688c1c4de\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9af736db45e396bbad210c983e78b0027cab615c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc09af6797f5684adc83290a7e6b521659428dc6\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c695544a0f794b4ac4e804611e001b7517e0480a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39030726ad16c699b648ece42d1510e34b55daea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b604112ac25d895811950bf051042032d28988d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c19760176935305415986d312cc23d39b6eea8e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b716005748f866e45709f80f08d4ca0069d54c6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3320ffff22b3e2942fe42315e0577418dd197a77\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f64393e15af28de8a84a791536884d4658b5cd66\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16e4da827030a18892aa04eed03443c145aab4a4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M3-macosx-cocoa-aarch64-16156890756050996810.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"614eebdd5474f89f50b8a1e256118e462f2981b2\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +729+ STATUS=COMPLETE +729+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +729+ [[ 200 == \5\0\3 ]] +729+ [[ 200 == \5\0\2 ]] +729+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +729+ break +729+ rm eclipse-committers-2024-03-M3-macosx-cocoa-aarch64.dmg +729+ curl -JO https://cbi.eclipse.org/macos/xcrun/7ec1aecd-06e0-4bc8-9cd0-fd1d4122f748/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 84.5M 0 84.5M 0 0 104M 0 --:--:-- --:--:-- --:--:-- 104M 100 160M 0 160M 0 0 88.6M 0 --:--:-- 0:00:01 --:--:-- 88.6M++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d9d15027-0bde-439f-a243-8ffd6c7c0969/status +278+ RESPONSE_RAW='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++278+ head -n1 +278+ RESPONSE='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++278+ tail -n1 +278+ STATUS_CODE=200 ++278+ echo '{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++278+ jq -r .notarizationStatus.status +278+ STATUS=IN_PROGRESS +278+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +278+ sleep 1m 100 259M 0 259M 0 0 92.5M 0 --:--:-- 0:00:02 --:--:-- 92.4M 100 353M 0 353M 0 0 92.8M 0 --:--:-- 0:00:03 --:--:-- 92.8M 100 461M 0 461M 0 0 95.9M 0 --:--:-- 0:00:04 --:--:-- 95.9M 100 505M 0 505M 0 0 96.7M 0 --:--:-- 0:00:05 --:--:-- 95.2M curl: Saved to filename 'eclipse-committers-2024-03-M3-macosx-cocoa-aarch64.dmg' +729+ cp -vf eclipse-committers-2024-03-M3-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M3-macosx-cocoa-aarch64.dmg 'eclipse-committers-2024-03-M3-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M3-macosx-cocoa-aarch64.dmg' ++729+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M3-macosx-cocoa-aarch64.dmg +729+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++729+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M3-macosx-cocoa-aarch64.dmg +729+ b=eclipse-committers-2024-03-M3-macosx-cocoa-aarch64.dmg +729+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +729+ md5sum eclipse-committers-2024-03-M3-macosx-cocoa-aarch64.dmg ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4137fa82-beeb-4c41-8b95-5852a9e51b84/status +553+ RESPONSE_RAW='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m +729+ sha1sum eclipse-committers-2024-03-M3-macosx-cocoa-aarch64.dmg +729+ sha512sum -b eclipse-committers-2024-03-M3-macosx-cocoa-aarch64.dmg ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d797a40-6544-4a15-a339-ef1b86cec971/status +977+ RESPONSE_RAW='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m +729+ rm eclipse-committers-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize +729+ rm -f eclipse-committers-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.md5 +729+ rm -f eclipse-committers-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +729+ rm -f eclipse-committers-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ff1d5a9-961a-450c-a5c8-274438d248ac/status +781+ RESPONSE_RAW='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9df4e12b-378a-4899-92b6-d73d18a881f1/status +311+ RESPONSE_RAW='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb1d9044-8684-46ae-934b-b606e1e20944/status +343+ RESPONSE_RAW='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d9d15027-0bde-439f-a243-8ffd6c7c0969/status +278+ RESPONSE_RAW='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++278+ head -n1 +278+ RESPONSE='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++278+ tail -n1 +278+ STATUS_CODE=200 ++278+ echo '{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++278+ jq -r .notarizationStatus.status +278+ STATUS=IN_PROGRESS +278+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +278+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4137fa82-beeb-4c41-8b95-5852a9e51b84/status +553+ RESPONSE_RAW='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d797a40-6544-4a15-a339-ef1b86cec971/status +977+ RESPONSE_RAW='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ff1d5a9-961a-450c-a5c8-274438d248ac/status +781+ RESPONSE_RAW='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9df4e12b-378a-4899-92b6-d73d18a881f1/status +311+ RESPONSE_RAW='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb1d9044-8684-46ae-934b-b606e1e20944/status +343+ RESPONSE_RAW='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d9d15027-0bde-439f-a243-8ffd6c7c0969/status +278+ RESPONSE_RAW='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++278+ head -n1 +278+ RESPONSE='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++278+ tail -n1 +278+ STATUS_CODE=200 ++278+ echo '{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++278+ jq -r .notarizationStatus.status +278+ STATUS=IN_PROGRESS +278+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +278+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4137fa82-beeb-4c41-8b95-5852a9e51b84/status +553+ RESPONSE_RAW='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","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\": \"fed3ffbe-e204-44f4-9214-71ebac579690\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg\",\n \"uploadDate\": \"2024-02-23T17:12:39.414Z\",\n \"sha256\": \"545d35074bcf749cbc3396ee85b4b47ee0dd3d7afe8cdab51f96a56a473a6e9d\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e6f0c709da894605154b88ce9e14aad7257da455\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c9f18ab320f7c39bb2b7a3d16e54cc3210d1a0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.aarch64_4.31.0.20240222-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"981bfda18764a894609d5fea40b82b6770b583fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5c9dcabf0633b9768d043b7b44abb7b01f618042\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8753e34fd9dd3519b58f6bcd939aa245fa4476e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c9f18ab320f7c39bb2b7a3d16e54cc3210d1a0\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","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\": \"fed3ffbe-e204-44f4-9214-71ebac579690\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg\",\n \"uploadDate\": \"2024-02-23T17:12:39.414Z\",\n \"sha256\": \"545d35074bcf749cbc3396ee85b4b47ee0dd3d7afe8cdab51f96a56a473a6e9d\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e6f0c709da894605154b88ce9e14aad7257da455\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c9f18ab320f7c39bb2b7a3d16e54cc3210d1a0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.aarch64_4.31.0.20240222-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"981bfda18764a894609d5fea40b82b6770b583fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5c9dcabf0633b9768d043b7b44abb7b01f618042\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8753e34fd9dd3519b58f6bcd939aa245fa4476e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c9f18ab320f7c39bb2b7a3d16e54cc3210d1a0\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ jq -r .notarizationStatus.status ++553+ echo '{"uuid":"4137fa82-beeb-4c41-8b95-5852a9e51b84","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\":' '\"fed3ffbe-e204-44f4-9214-71ebac579690\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg\",\n' '\"uploadDate\":' '\"2024-02-23T17:12:39.414Z\",\n' '\"sha256\":' '\"545d35074bcf749cbc3396ee85b4b47ee0dd3d7afe8cdab51f96a56a473a6e9d\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e6f0c709da894605154b88ce9e14aad7257da455\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e2c9f18ab320f7c39bb2b7a3d16e54cc3210d1a0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.aarch64_4.31.0.20240222-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"981bfda18764a894609d5fea40b82b6770b583fb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5c9dcabf0633b9768d043b7b44abb7b01f618042\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8753e34fd9dd3519b58f6bcd939aa245fa4476e0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bd4615115802e3801cc9191362cc51028f11b4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d727d38c5139c3686030300071732e8b3e0d6e97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba28310855f1913a8910b26f863beac6664fdef1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"89a0601dc22363d664b0700a92e6a420d8c52937\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17c650090d05428f857e506b6b949b7688c1c4de\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9af736db45e396bbad210c983e78b0027cab615c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc09af6797f5684adc83290a7e6b521659428dc6\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c695544a0f794b4ac4e804611e001b7517e0480a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39030726ad16c699b648ece42d1510e34b55daea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b604112ac25d895811950bf051042032d28988d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c19760176935305415986d312cc23d39b6eea8e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b716005748f866e45709f80f08d4ca0069d54c6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3320ffff22b3e2942fe42315e0577418dd197a77\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f64393e15af28de8a84a791536884d4658b5cd66\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16e4da827030a18892aa04eed03443c145aab4a4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64-14513586845547725929.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e2c9f18ab320f7c39bb2b7a3d16e54cc3210d1a0\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +553+ STATUS=COMPLETE +553+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ [[ 200 == \5\0\3 ]] +553+ [[ 200 == \5\0\2 ]] +553+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +553+ break +553+ rm eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64.dmg +553+ curl -JO https://cbi.eclipse.org/macos/xcrun/4137fa82-beeb-4c41-8b95-5852a9e51b84/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 46.8M 0 46.8M 0 0 82.6M 0 --:--:-- --:--:-- --:--:-- 82.4M 100 113M 0 113M 0 0 72.4M 0 --:--:-- 0:00:01 --:--:-- 72.4M 100 190M 0 190M 0 0 73.9M 0 --:--:-- 0:00:02 --:--:-- 73.9M 100 279M 0 279M 0 0 78.4M 0 --:--:-- 0:00:03 --:--:-- 78.3M 100 351M 0 351M 0 0 77.0M 0 --:--:-- 0:00:04 --:--:-- 77.0M 100 430M 0 430M 0 0 77.2M 0 --:--:-- 0:00:05 --:--:-- 76.6M++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d797a40-6544-4a15-a339-ef1b86cec971/status +977+ RESPONSE_RAW='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m 100 489M 0 489M 0 0 76.8M 0 --:--:-- 0:00:06 --:--:-- 78.2M curl: Saved to filename 'eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64.dmg' +553+ cp -vf eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64.dmg 'eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64.dmg' ++553+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64.dmg +553+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++553+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64.dmg +553+ b=eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64.dmg +553+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +553+ md5sum eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64.dmg +553+ sha1sum eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64.dmg +553+ sha512sum -b eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64.dmg ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ff1d5a9-961a-450c-a5c8-274438d248ac/status +781+ RESPONSE_RAW='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","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\": \"b589d8d6-6528-414e-beda-002e94985580\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg\",\n \"uploadDate\": \"2024-02-23T17:17:10.164Z\",\n \"sha256\": \"b893f03b87383a959af3d65b7fa7bc79a66f0748e3f0e8688005c161c97607b0\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e4066a46de7f08c55e6f1025ab2990b347ac1aa7\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"53190dc31ae8f9751a83c14ef5da0f346f882a8c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.x86_64_4.31.0.20240222-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8d0e456214cebc3514f2e22ff568ae61cddf80d6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4416f0c82748a89aa8b0f3189aee86991977e16\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae0675a638b1d3ef6b575fa4bec11bbdb8322e96\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"53190dc31ae8f9751a83c14ef5da0f346f882a8c\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","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\": \"b589d8d6-6528-414e-beda-002e94985580\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg\",\n \"uploadDate\": \"2024-02-23T17:17:10.164Z\",\n \"sha256\": \"b893f03b87383a959af3d65b7fa7bc79a66f0748e3f0e8688005c161c97607b0\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e4066a46de7f08c55e6f1025ab2990b347ac1aa7\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"53190dc31ae8f9751a83c14ef5da0f346f882a8c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.x86_64_4.31.0.20240222-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8d0e456214cebc3514f2e22ff568ae61cddf80d6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4416f0c82748a89aa8b0f3189aee86991977e16\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae0675a638b1d3ef6b575fa4bec11bbdb8322e96\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"53190dc31ae8f9751a83c14ef5da0f346f882a8c\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ jq -r .notarizationStatus.status ++781+ echo '{"uuid":"5ff1d5a9-961a-450c-a5c8-274438d248ac","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\":' '\"b589d8d6-6528-414e-beda-002e94985580\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg\",\n' '\"uploadDate\":' '\"2024-02-23T17:17:10.164Z\",\n' '\"sha256\":' '\"b893f03b87383a959af3d65b7fa7bc79a66f0748e3f0e8688005c161c97607b0\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e4066a46de7f08c55e6f1025ab2990b347ac1aa7\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"53190dc31ae8f9751a83c14ef5da0f346f882a8c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.x86_64_4.31.0.20240222-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00fda142f82025ddc29a3ff87f899862c2236492\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8d0e456214cebc3514f2e22ff568ae61cddf80d6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4416f0c82748a89aa8b0f3189aee86991977e16\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ae0675a638b1d3ef6b575fa4bec11bbdb8322e96\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e10e84152ea00ca02ef572e712630aa2138150db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"140f1306945703e1dee54d5599ce4f3982f7da08\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a4c443e9dada0274fb99c7537c252de2a19009de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0cc027ea0d553364bca35f211be43a1511eede25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4723dedf08397f512250e6cce998c5b399a6bf20\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0fed0286e473bda68186cd0f5513579d3b811c98\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"786608011dd33a53d048c2c761e2edea579e97d5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41989a78b2fcb92288861630f93a1305566592d9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e923bc7580671e70ed71b3627fee81511fa21536\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"76361f0b9eecf6253b36a54b953faeabfea97658\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"310973d6a1c85d57c16e90db67412e83e42691e4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9de557ceeb1a285c868fe2d14c079653b680a344\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6a9af3bca6d618940ff27237e86fe78632151aab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17131a43459e09798ff9f22e2855d69e3d27157f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"307eae46a282e96812c9549f015e393b58f1da21\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f857708d3fffc650fab73fba95f6023f990a270c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1d9da991a78fa73066318509e6f1585b7671e31\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64-16154510607355690943.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"53190dc31ae8f9751a83c14ef5da0f346f882a8c\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +781+ STATUS=COMPLETE +781+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ [[ 200 == \5\0\3 ]] +781+ [[ 200 == \5\0\2 ]] +781+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +781+ break +781+ rm eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64.dmg +781+ curl -JO https://cbi.eclipse.org/macos/xcrun/5ff1d5a9-961a-450c-a5c8-274438d248ac/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+553+ rm eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize +553+ rm -f eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.md5 +553+ rm -f eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +553+ rm -f eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.sha512 100 65.9M 0 65.9M 0 0 70.1M 0 --:--:-- --:--:-- --:--:-- 70.0M 100 143M 0 143M 0 0 73.5M 0 --:--:-- 0:00:01 --:--:-- 73.4M++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9df4e12b-378a-4899-92b6-d73d18a881f1/status +311+ RESPONSE_RAW='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m 100 230M 0 230M 0 0 78.3M 0 --:--:-- 0:00:02 --:--:-- 78.2M 100 304M 0 304M 0 0 77.2M 0 --:--:-- 0:00:03 --:--:-- 77.2M 100 370M 0 370M 0 0 75.0M 0 --:--:-- 0:00:04 --:--:-- 75.0M 100 431M 0 431M 0 0 75.1M 0 --:--:-- 0:00:05 --:--:-- 76.1M curl: Saved to filename 'eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64.dmg' +781+ cp -vf eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64.dmg 'eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64.dmg' ++781+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64.dmg +781+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++781+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64.dmg +781+ b=eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64.dmg +781+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +781+ md5sum eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64.dmg +781+ sha1sum eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64.dmg +781+ sha512sum -b eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64.dmg +781+ rm eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize +781+ rm -f eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.md5 +781+ rm -f eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +781+ rm -f eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb1d9044-8684-46ae-934b-b606e1e20944/status +343+ RESPONSE_RAW='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d9d15027-0bde-439f-a243-8ffd6c7c0969/status +278+ RESPONSE_RAW='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","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\": \"81e8a728-075a-4155-b18c-bbf9bec6d831\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg\",\n \"uploadDate\": \"2024-02-23T17:11:07.385Z\",\n \"sha256\": \"b853d00049628c3b94afeea4a02c4f3ba5c04b3f937d900c3cfdc5aaf59448dd\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c10cc6d7fe3da1bae9d8608f67a6f3bd359efb8d\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc4ff887d9d475edb049ede7bfa84b80b0fab4d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.aarch64_4.31.0.20240222-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"981bfda18764a894609d5fea40b82b6770b583fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5c9dcabf0633b9768d043b7b44abb7b01f618042\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8753e34fd9dd3519b58f6bcd939aa245fa4476e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc4ff887d9d475edb049ede7bfa84b80b0fab4d2\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++278+ head -n1 +278+ RESPONSE='{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","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\": \"81e8a728-075a-4155-b18c-bbf9bec6d831\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg\",\n \"uploadDate\": \"2024-02-23T17:11:07.385Z\",\n \"sha256\": \"b853d00049628c3b94afeea4a02c4f3ba5c04b3f937d900c3cfdc5aaf59448dd\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c10cc6d7fe3da1bae9d8608f67a6f3bd359efb8d\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc4ff887d9d475edb049ede7bfa84b80b0fab4d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.aarch64_4.31.0.20240222-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"981bfda18764a894609d5fea40b82b6770b583fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5c9dcabf0633b9768d043b7b44abb7b01f618042\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8753e34fd9dd3519b58f6bcd939aa245fa4476e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc4ff887d9d475edb049ede7bfa84b80b0fab4d2\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++278+ tail -n1 +278+ STATUS_CODE=200 ++278+ jq -r .notarizationStatus.status ++278+ echo '{"uuid":"d9d15027-0bde-439f-a243-8ffd6c7c0969","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\":' '\"81e8a728-075a-4155-b18c-bbf9bec6d831\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg\",\n' '\"uploadDate\":' '\"2024-02-23T17:11:07.385Z\",\n' '\"sha256\":' '\"b853d00049628c3b94afeea4a02c4f3ba5c04b3f937d900c3cfdc5aaf59448dd\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c10cc6d7fe3da1bae9d8608f67a6f3bd359efb8d\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc4ff887d9d475edb049ede7bfa84b80b0fab4d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.aarch64_4.31.0.20240222-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"981bfda18764a894609d5fea40b82b6770b583fb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5c9dcabf0633b9768d043b7b44abb7b01f618042\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8753e34fd9dd3519b58f6bcd939aa245fa4476e0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bd4615115802e3801cc9191362cc51028f11b4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d727d38c5139c3686030300071732e8b3e0d6e97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba28310855f1913a8910b26f863beac6664fdef1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"89a0601dc22363d664b0700a92e6a420d8c52937\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17c650090d05428f857e506b6b949b7688c1c4de\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9af736db45e396bbad210c983e78b0027cab615c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc09af6797f5684adc83290a7e6b521659428dc6\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c695544a0f794b4ac4e804611e001b7517e0480a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39030726ad16c699b648ece42d1510e34b55daea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b604112ac25d895811950bf051042032d28988d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c19760176935305415986d312cc23d39b6eea8e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b716005748f866e45709f80f08d4ca0069d54c6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3320ffff22b3e2942fe42315e0577418dd197a77\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f64393e15af28de8a84a791536884d4658b5cd66\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16e4da827030a18892aa04eed03443c145aab4a4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64-17638928981724195300.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc4ff887d9d475edb049ede7bfa84b80b0fab4d2\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +278+ STATUS=COMPLETE +278+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +278+ [[ 200 == \5\0\3 ]] +278+ [[ 200 == \5\0\2 ]] +278+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +278+ break +278+ rm eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64.dmg +278+ curl -JO https://cbi.eclipse.org/macos/xcrun/d9d15027-0bde-439f-a243-8ffd6c7c0969/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 40.2M 0 40.2M 0 0 76.2M 0 --:--:-- --:--:-- --:--:-- 76.1M 100 118M 0 118M 0 0 77.4M 0 --:--:-- 0:00:01 --:--:-- 77.3M 100 209M 0 209M 0 0 82.8M 0 --:--:-- 0:00:02 --:--:-- 82.8M 100 293M 0 293M 0 0 83.0M 0 --:--:-- 0:00:03 --:--:-- 83.0M 100 363M 0 363M 0 0 80.2M 0 --:--:-- 0:00:04 --:--:-- 80.2M 100 451M 0 451M 0 0 81.6M 0 --:--:-- 0:00:05 --:--:-- 82.2M 100 540M 0 540M 0 0 82.7M 0 --:--:-- 0:00:06 --:--:-- 84.3M 100 595M 0 595M 0 0 81.3M 0 --:--:-- 0:00:07 --:--:-- 80.6M curl: Saved to filename 'eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64.dmg' +278+ cp -vf eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64.dmg 'eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64.dmg' ++278+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64.dmg +278+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++278+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64.dmg +278+ b=eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64.dmg +278+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +278+ md5sum eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64.dmg +278+ sha1sum eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64.dmg ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d797a40-6544-4a15-a339-ef1b86cec971/status +977+ RESPONSE_RAW='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m +278+ sha512sum -b eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64.dmg +278+ rm eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize +278+ rm -f eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.md5 +278+ rm -f eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +278+ rm -f eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9df4e12b-378a-4899-92b6-d73d18a881f1/status +311+ RESPONSE_RAW='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb1d9044-8684-46ae-934b-b606e1e20944/status +343+ RESPONSE_RAW='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d797a40-6544-4a15-a339-ef1b86cec971/status +977+ RESPONSE_RAW='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9df4e12b-378a-4899-92b6-d73d18a881f1/status +311+ RESPONSE_RAW='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb1d9044-8684-46ae-934b-b606e1e20944/status +343+ RESPONSE_RAW='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","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\": \"41c4409a-9b1c-410a-ac32-4782a939b946\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg\",\n \"uploadDate\": \"2024-02-23T17:11:33.995Z\",\n \"sha256\": \"2ae688ef76410e9bd8503cde610ee59d22085847fcc2cd88d6937c527540c523\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c11b557e93c5f30c6d803b5349f9bdd63422b8d\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f39cbd482327bf4f969be06ff0be9ff7227166b8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.aarch64_4.31.0.20240222-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"981bfda18764a894609d5fea40b82b6770b583fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5c9dcabf0633b9768d043b7b44abb7b01f618042\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8753e34fd9dd3519b58f6bcd939aa245fa4476e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-arm64.tar.gz/node-v18.18.2-darwin-arm64.tar/node-v18.18.2-darwin-arm64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5c603626f3228a610f77d506adf2f08150063f4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f39cbd482327bf4f969be06ff0be9ff7227166b8\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": [\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/wsdluddi.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/soapudws.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/uddiref.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.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' ++343+ head -n1 +343+ RESPONSE='{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","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\": \"41c4409a-9b1c-410a-ac32-4782a939b946\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg\",\n \"uploadDate\": \"2024-02-23T17:11:33.995Z\",\n \"sha256\": \"2ae688ef76410e9bd8503cde610ee59d22085847fcc2cd88d6937c527540c523\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c11b557e93c5f30c6d803b5349f9bdd63422b8d\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f39cbd482327bf4f969be06ff0be9ff7227166b8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.aarch64_4.31.0.20240222-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"981bfda18764a894609d5fea40b82b6770b583fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5c9dcabf0633b9768d043b7b44abb7b01f618042\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8753e34fd9dd3519b58f6bcd939aa245fa4476e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-arm64.tar.gz/node-v18.18.2-darwin-arm64.tar/node-v18.18.2-darwin-arm64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5c603626f3228a610f77d506adf2f08150063f4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f39cbd482327bf4f969be06ff0be9ff7227166b8\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": [\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/wsdluddi.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/soapudws.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/uddiref.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.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"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ jq -r .notarizationStatus.status ++343+ echo '{"uuid":"cb1d9044-8684-46ae-934b-b606e1e20944","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\":' '\"41c4409a-9b1c-410a-ac32-4782a939b946\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg\",\n' '\"uploadDate\":' '\"2024-02-23T17:11:33.995Z\",\n' '\"sha256\":' '\"2ae688ef76410e9bd8503cde610ee59d22085847fcc2cd88d6937c527540c523\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2c11b557e93c5f30c6d803b5349f9bdd63422b8d\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f39cbd482327bf4f969be06ff0be9ff7227166b8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.aarch64_4.31.0.20240222-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"981bfda18764a894609d5fea40b82b6770b583fb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5c9dcabf0633b9768d043b7b44abb7b01f618042\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8753e34fd9dd3519b58f6bcd939aa245fa4476e0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-arm64.tar.gz/node-v18.18.2-darwin-arm64.tar/node-v18.18.2-darwin-arm64/bin/node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e5c603626f3228a610f77d506adf2f08150063f4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bd4615115802e3801cc9191362cc51028f11b4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d727d38c5139c3686030300071732e8b3e0d6e97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba28310855f1913a8910b26f863beac6664fdef1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"89a0601dc22363d664b0700a92e6a420d8c52937\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17c650090d05428f857e506b6b949b7688c1c4de\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9af736db45e396bbad210c983e78b0027cab615c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc09af6797f5684adc83290a7e6b521659428dc6\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c695544a0f794b4ac4e804611e001b7517e0480a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39030726ad16c699b648ece42d1510e34b55daea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b604112ac25d895811950bf051042032d28988d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c19760176935305415986d312cc23d39b6eea8e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b716005748f866e45709f80f08d4ca0069d54c6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3320ffff22b3e2942fe42315e0577418dd197a77\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f64393e15af28de8a84a791536884d4658b5cd66\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16e4da827030a18892aa04eed03443c145aab4a4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f39cbd482327bf4f969be06ff0be9ff7227166b8\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' '[\n' '{\n' '\"severity\":' '\"warning\",\n' '\"code\":' 'null,\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/wsdluddi.cdr\",\n' '\"message\":' '\"b'\''hdiutil:' attach failed - image not 'recognized\\\\n'\''\",\n' '\"docUrl\":' 'null,\n' '\"architecture\":' 'null\n' '},\n' '{\n' '\"severity\":' '\"warning\",\n' '\"code\":' 'null,\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/soapudws.cdr\",\n' '\"message\":' '\"b'\''hdiutil:' attach failed - image not 'recognized\\\\n'\''\",\n' '\"docUrl\":' 'null,\n' '\"architecture\":' 'null\n' '},\n' '{\n' '\"severity\":' '\"warning\",\n' '\"code\":' 'null,\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/uddiref.cdr\",\n' '\"message\":' '\"b'\''hdiutil:' attach failed - image not 'recognized\\\\n'\''\",\n' '\"docUrl\":' 'null,\n' '\"architecture\":' 'null\n' '},\n' '{\n' '\"severity\":' '\"warning\",\n' '\"code\":' 'null,\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-aarch64-1631219741695224366.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"}}' +343+ STATUS=COMPLETE +343+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ [[ 200 == \5\0\3 ]] +343+ [[ 200 == \5\0\2 ]] +343+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +343+ break +343+ rm eclipse-jee-2024-03-M3-macosx-cocoa-aarch64.dmg +343+ curl -JO https://cbi.eclipse.org/macos/xcrun/cb1d9044-8684-46ae-934b-b606e1e20944/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.3M 0 53.3M 0 0 90.4M 0 --:--:-- --:--:-- --:--:-- 90.3M 100 152M 0 152M 0 0 96.2M 0 --:--:-- 0:00:01 --:--:-- 96.1M 100 237M 0 237M 0 0 91.5M 0 --:--:-- 0:00:02 --:--:-- 91.5M 100 318M 0 318M 0 0 88.7M 0 --:--:-- 0:00:03 --:--:-- 88.7M 100 403M 0 403M 0 0 87.8M 0 --:--:-- 0:00:04 --:--:-- 87.8M 100 480M 0 480M 0 0 86.0M 0 --:--:-- 0:00:05 --:--:-- 85.5M 100 526M 0 526M 0 0 86.8M 0 --:--:-- 0:00:06 --:--:-- 83.5M curl: Saved to filename 'eclipse-jee-2024-03-M3-macosx-cocoa-aarch64.dmg' +343+ cp -vf eclipse-jee-2024-03-M3-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M3-macosx-cocoa-aarch64.dmg 'eclipse-jee-2024-03-M3-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M3-macosx-cocoa-aarch64.dmg' ++343+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M3-macosx-cocoa-aarch64.dmg +343+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++343+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M3-macosx-cocoa-aarch64.dmg +343+ b=eclipse-jee-2024-03-M3-macosx-cocoa-aarch64.dmg +343+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +343+ md5sum eclipse-jee-2024-03-M3-macosx-cocoa-aarch64.dmg +343+ sha1sum eclipse-jee-2024-03-M3-macosx-cocoa-aarch64.dmg +343+ sha512sum -b eclipse-jee-2024-03-M3-macosx-cocoa-aarch64.dmg +343+ rm eclipse-jee-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize +343+ rm -f eclipse-jee-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.md5 +343+ rm -f eclipse-jee-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +343+ rm -f eclipse-jee-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d797a40-6544-4a15-a339-ef1b86cec971/status +977+ RESPONSE_RAW='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9df4e12b-378a-4899-92b6-d73d18a881f1/status +311+ RESPONSE_RAW='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","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\": \"24b3c597-08cd-42e2-a51d-661560a8bbaf\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg\",\n \"uploadDate\": \"2024-02-23T17:10:57.767Z\",\n \"sha256\": \"18842e604c6deb84cf33e28162a1849b7b549dcbe92ceca6d5fae2083af63ad4\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f3a747f115d8941af68f50b33daf553f2ab2746\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8fa9517acd999168762f0ba5dd0b3615c16b7540\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.x86_64_4.31.0.20240222-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8d0e456214cebc3514f2e22ff568ae61cddf80d6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4416f0c82748a89aa8b0f3189aee86991977e16\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae0675a638b1d3ef6b575fa4bec11bbdb8322e96\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8fa9517acd999168762f0ba5dd0b3615c16b7540\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","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\": \"24b3c597-08cd-42e2-a51d-661560a8bbaf\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg\",\n \"uploadDate\": \"2024-02-23T17:10:57.767Z\",\n \"sha256\": \"18842e604c6deb84cf33e28162a1849b7b549dcbe92ceca6d5fae2083af63ad4\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f3a747f115d8941af68f50b33daf553f2ab2746\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8fa9517acd999168762f0ba5dd0b3615c16b7540\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.x86_64_4.31.0.20240222-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8d0e456214cebc3514f2e22ff568ae61cddf80d6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4416f0c82748a89aa8b0f3189aee86991977e16\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae0675a638b1d3ef6b575fa4bec11bbdb8322e96\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8fa9517acd999168762f0ba5dd0b3615c16b7540\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ jq -r .notarizationStatus.status ++311+ echo '{"uuid":"9df4e12b-378a-4899-92b6-d73d18a881f1","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\":' '\"24b3c597-08cd-42e2-a51d-661560a8bbaf\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg\",\n' '\"uploadDate\":' '\"2024-02-23T17:10:57.767Z\",\n' '\"sha256\":' '\"18842e604c6deb84cf33e28162a1849b7b549dcbe92ceca6d5fae2083af63ad4\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f3a747f115d8941af68f50b33daf553f2ab2746\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8fa9517acd999168762f0ba5dd0b3615c16b7540\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.x86_64_4.31.0.20240222-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00fda142f82025ddc29a3ff87f899862c2236492\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8d0e456214cebc3514f2e22ff568ae61cddf80d6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4416f0c82748a89aa8b0f3189aee86991977e16\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ae0675a638b1d3ef6b575fa4bec11bbdb8322e96\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e10e84152ea00ca02ef572e712630aa2138150db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"140f1306945703e1dee54d5599ce4f3982f7da08\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a4c443e9dada0274fb99c7537c252de2a19009de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0cc027ea0d553364bca35f211be43a1511eede25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4723dedf08397f512250e6cce998c5b399a6bf20\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0fed0286e473bda68186cd0f5513579d3b811c98\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"786608011dd33a53d048c2c761e2edea579e97d5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41989a78b2fcb92288861630f93a1305566592d9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e923bc7580671e70ed71b3627fee81511fa21536\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"76361f0b9eecf6253b36a54b953faeabfea97658\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"310973d6a1c85d57c16e90db67412e83e42691e4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9de557ceeb1a285c868fe2d14c079653b680a344\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6a9af3bca6d618940ff27237e86fe78632151aab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17131a43459e09798ff9f22e2855d69e3d27157f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"307eae46a282e96812c9549f015e393b58f1da21\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f857708d3fffc650fab73fba95f6023f990a270c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1d9da991a78fa73066318509e6f1585b7671e31\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64-15985161039396039256.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8fa9517acd999168762f0ba5dd0b3615c16b7540\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +311+ STATUS=COMPLETE +311+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ [[ 200 == \5\0\3 ]] +311+ [[ 200 == \5\0\2 ]] +311+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +311+ break +311+ rm eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64.dmg +311+ curl -JO https://cbi.eclipse.org/macos/xcrun/9df4e12b-378a-4899-92b6-d73d18a881f1/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 3020k 0 3020k 0 0 46.0M 0 --:--:-- --:--:-- --:--:-- 45.3M 100 66.1M 0 66.1M 0 0 61.5M 0 --:--:-- 0:00:01 --:--:-- 61.4M 100 142M 0 142M 0 0 69.1M 0 --:--:-- 0:00:02 --:--:-- 69.0M 100 233M 0 233M 0 0 76.2M 0 --:--:-- 0:00:03 --:--:-- 76.1M 100 315M 0 315M 0 0 77.5M 0 --:--:-- 0:00:04 --:--:-- 77.5M 100 387M 0 387M 0 0 76.4M 0 --:--:-- 0:00:05 --:--:-- 76.8M 100 455M 0 455M 0 0 74.9M 0 --:--:-- 0:00:06 --:--:-- 77.8M 100 544M 0 544M 0 0 77.0M 0 --:--:-- 0:00:07 --:--:-- 80.3M 100 596M 0 596M 0 0 77.7M 0 --:--:-- 0:00:07 --:--:-- 78.7M curl: Saved to filename 'eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64.dmg' +311+ cp -vf eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64.dmg 'eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64.dmg' ++311+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64.dmg +311+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++311+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64.dmg +311+ b=eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64.dmg +311+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +311+ md5sum eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64.dmg +311+ sha1sum eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64.dmg +311+ sha512sum -b eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64.dmg +311+ rm eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize +311+ rm -f eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.md5 +311+ rm -f eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +311+ rm -f eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d797a40-6544-4a15-a339-ef1b86cec971/status +977+ RESPONSE_RAW='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d797a40-6544-4a15-a339-ef1b86cec971/status +977+ RESPONSE_RAW='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d797a40-6544-4a15-a339-ef1b86cec971/status +977+ RESPONSE_RAW='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d797a40-6544-4a15-a339-ef1b86cec971/status +977+ RESPONSE_RAW='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d797a40-6544-4a15-a339-ef1b86cec971/status +977+ RESPONSE_RAW='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d797a40-6544-4a15-a339-ef1b86cec971/status +977+ RESPONSE_RAW='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d797a40-6544-4a15-a339-ef1b86cec971/status +977+ RESPONSE_RAW='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d797a40-6544-4a15-a339-ef1b86cec971/status +977+ RESPONSE_RAW='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d797a40-6544-4a15-a339-ef1b86cec971/status +977+ RESPONSE_RAW='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d797a40-6544-4a15-a339-ef1b86cec971/status +977+ RESPONSE_RAW='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d797a40-6544-4a15-a339-ef1b86cec971/status +977+ RESPONSE_RAW='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d797a40-6544-4a15-a339-ef1b86cec971/status +977+ RESPONSE_RAW='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d797a40-6544-4a15-a339-ef1b86cec971/status +977+ RESPONSE_RAW='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","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\": \"73b10666-8bb5-424e-9b33-c4a0683b6d86\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg\",\n \"uploadDate\": \"2024-02-23T17:18:37.174Z\",\n \"sha256\": \"cae8088e0deb9cf09980227153384f844a2c55ae93216885189cc53a7997d7e2\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e539ffd0e6d7131226b36f9611484b44d698198c\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca07b5d855d7a9e08c08228163efe7e11d9c07a9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.x86_64_4.31.0.20240222-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8d0e456214cebc3514f2e22ff568ae61cddf80d6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4416f0c82748a89aa8b0f3189aee86991977e16\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae0675a638b1d3ef6b575fa4bec11bbdb8322e96\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-x64.tar.gz/node-v18.18.2-darwin-x64.tar/node-v18.18.2-darwin-x64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"74a1702d0b99002f268fbd6bbd110670a579fbdc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca07b5d855d7a9e08c08228163efe7e11d9c07a9\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": [\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/wsdluddi.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/soapudws.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/uddiref.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.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' ++977+ head -n1 +977+ RESPONSE='{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","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\": \"73b10666-8bb5-424e-9b33-c4a0683b6d86\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg\",\n \"uploadDate\": \"2024-02-23T17:18:37.174Z\",\n \"sha256\": \"cae8088e0deb9cf09980227153384f844a2c55ae93216885189cc53a7997d7e2\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e539ffd0e6d7131226b36f9611484b44d698198c\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca07b5d855d7a9e08c08228163efe7e11d9c07a9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.x86_64_4.31.0.20240222-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8d0e456214cebc3514f2e22ff568ae61cddf80d6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4416f0c82748a89aa8b0f3189aee86991977e16\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae0675a638b1d3ef6b575fa4bec11bbdb8322e96\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-x64.tar.gz/node-v18.18.2-darwin-x64.tar/node-v18.18.2-darwin-x64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"74a1702d0b99002f268fbd6bbd110670a579fbdc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca07b5d855d7a9e08c08228163efe7e11d9c07a9\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": [\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/wsdluddi.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/soapudws.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/uddiref.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.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"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ jq -r .notarizationStatus.status ++977+ echo '{"uuid":"6d797a40-6544-4a15-a339-ef1b86cec971","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\":' '\"73b10666-8bb5-424e-9b33-c4a0683b6d86\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg\",\n' '\"uploadDate\":' '\"2024-02-23T17:18:37.174Z\",\n' '\"sha256\":' '\"cae8088e0deb9cf09980227153384f844a2c55ae93216885189cc53a7997d7e2\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e539ffd0e6d7131226b36f9611484b44d698198c\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca07b5d855d7a9e08c08228163efe7e11d9c07a9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.x86_64_4.31.0.20240222-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00fda142f82025ddc29a3ff87f899862c2236492\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8d0e456214cebc3514f2e22ff568ae61cddf80d6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4416f0c82748a89aa8b0f3189aee86991977e16\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ae0675a638b1d3ef6b575fa4bec11bbdb8322e96\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-x64.tar.gz/node-v18.18.2-darwin-x64.tar/node-v18.18.2-darwin-x64/bin/node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"74a1702d0b99002f268fbd6bbd110670a579fbdc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e10e84152ea00ca02ef572e712630aa2138150db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"140f1306945703e1dee54d5599ce4f3982f7da08\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a4c443e9dada0274fb99c7537c252de2a19009de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0cc027ea0d553364bca35f211be43a1511eede25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4723dedf08397f512250e6cce998c5b399a6bf20\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0fed0286e473bda68186cd0f5513579d3b811c98\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"786608011dd33a53d048c2c761e2edea579e97d5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41989a78b2fcb92288861630f93a1305566592d9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e923bc7580671e70ed71b3627fee81511fa21536\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"76361f0b9eecf6253b36a54b953faeabfea97658\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"310973d6a1c85d57c16e90db67412e83e42691e4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9de557ceeb1a285c868fe2d14c079653b680a344\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6a9af3bca6d618940ff27237e86fe78632151aab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17131a43459e09798ff9f22e2855d69e3d27157f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"307eae46a282e96812c9549f015e393b58f1da21\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f857708d3fffc650fab73fba95f6023f990a270c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1d9da991a78fa73066318509e6f1585b7671e31\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca07b5d855d7a9e08c08228163efe7e11d9c07a9\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' '[\n' '{\n' '\"severity\":' '\"warning\",\n' '\"code\":' 'null,\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/wsdluddi.cdr\",\n' '\"message\":' '\"b'\''hdiutil:' attach failed - image not 'recognized\\\\n'\''\",\n' '\"docUrl\":' 'null,\n' '\"architecture\":' 'null\n' '},\n' '{\n' '\"severity\":' '\"warning\",\n' '\"code\":' 'null,\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/soapudws.cdr\",\n' '\"message\":' '\"b'\''hdiutil:' attach failed - image not 'recognized\\\\n'\''\",\n' '\"docUrl\":' 'null,\n' '\"architecture\":' 'null\n' '},\n' '{\n' '\"severity\":' '\"warning\",\n' '\"code\":' 'null,\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/uddiref.cdr\",\n' '\"message\":' '\"b'\''hdiutil:' attach failed - image not 'recognized\\\\n'\''\",\n' '\"docUrl\":' 'null,\n' '\"architecture\":' 'null\n' '},\n' '{\n' '\"severity\":' '\"warning\",\n' '\"code\":' 'null,\n' '\"path\":' '\"eclipse-jee-2024-03-M3-macosx-cocoa-x86_64-1125836064069163200.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"}}' +977+ STATUS=COMPLETE +977+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ [[ 200 == \5\0\3 ]] +977+ [[ 200 == \5\0\2 ]] +977+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +977+ break +977+ rm eclipse-jee-2024-03-M3-macosx-cocoa-x86_64.dmg +977+ curl -JO https://cbi.eclipse.org/macos/xcrun/6d797a40-6544-4a15-a339-ef1b86cec971/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15.9M 0 15.9M 0 0 83.4M 0 --:--:-- --:--:-- --:--:-- 82.9M 100 110M 0 110M 0 0 93.1M 0 --:--:-- 0:00:01 --:--:-- 93.0M 100 203M 0 203M 0 0 92.7M 0 --:--:-- 0:00:02 --:--:-- 92.7M 100 302M 0 302M 0 0 94.6M 0 --:--:-- 0:00:03 --:--:-- 94.6M 100 386M 0 386M 0 0 92.1M 0 --:--:-- 0:00:04 --:--:-- 92.1M 100 478M 0 478M 0 0 92.1M 0 --:--:-- 0:00:05 --:--:-- 92.5M 100 528M 0 528M 0 0 91.9M 0 --:--:-- 0:00:05 --:--:-- 91.7M curl: Saved to filename 'eclipse-jee-2024-03-M3-macosx-cocoa-x86_64.dmg' +977+ cp -vf eclipse-jee-2024-03-M3-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M3-macosx-cocoa-x86_64.dmg 'eclipse-jee-2024-03-M3-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M3-macosx-cocoa-x86_64.dmg' ++977+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M3-macosx-cocoa-x86_64.dmg +977+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++977+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M3-macosx-cocoa-x86_64.dmg +977+ b=eclipse-jee-2024-03-M3-macosx-cocoa-x86_64.dmg +977+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +977+ md5sum eclipse-jee-2024-03-M3-macosx-cocoa-x86_64.dmg +977+ sha1sum eclipse-jee-2024-03-M3-macosx-cocoa-x86_64.dmg +977+ sha512sum -b eclipse-jee-2024-03-M3-macosx-cocoa-x86_64.dmg +977+ rm eclipse-jee-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize +977+ rm -f eclipse-jee-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.md5 +977+ rm -f eclipse-jee-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +977+ rm -f eclipse-jee-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize.sha512 +133+ pushd temp ~/agent/workspace/notarize-downloads/temp ~/agent/workspace/notarize-downloads ++133+ find eclipse-committers-2024-03-M3-macosx-cocoa-aarch64.dmg eclipse-committers-2024-03-M3-macosx-cocoa-aarch64.dmg.md5 eclipse-committers-2024-03-M3-macosx-cocoa-aarch64.dmg.sha1 eclipse-committers-2024-03-M3-macosx-cocoa-aarch64.dmg.sha512 eclipse-committers-2024-03-M3-macosx-cocoa-x86_64.dmg eclipse-committers-2024-03-M3-macosx-cocoa-x86_64.dmg.md5 eclipse-committers-2024-03-M3-macosx-cocoa-x86_64.dmg.sha1 eclipse-committers-2024-03-M3-macosx-cocoa-x86_64.dmg.sha512 eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64.dmg eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64.dmg.md5 eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64.dmg.sha1 eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64.dmg.sha512 eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64.dmg eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64.dmg.md5 eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64.dmg.sha1 eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64.dmg.sha512 eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64.dmg eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64.dmg.md5 eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64.dmg.sha1 eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64.dmg.sha512 eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64.dmg eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64.dmg.md5 eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64.dmg.sha1 eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64.dmg.sha512 eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64.dmg eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64.dmg.md5 eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64.dmg.sha1 eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64.dmg.sha512 eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64.dmg eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64.dmg.md5 eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64.dmg.sha1 eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64.dmg.sha512 eclipse-java-2024-03-M3-macosx-cocoa-aarch64.dmg eclipse-java-2024-03-M3-macosx-cocoa-aarch64.dmg.md5 eclipse-java-2024-03-M3-macosx-cocoa-aarch64.dmg.sha1 eclipse-java-2024-03-M3-macosx-cocoa-aarch64.dmg.sha512 eclipse-java-2024-03-M3-macosx-cocoa-x86_64.dmg eclipse-java-2024-03-M3-macosx-cocoa-x86_64.dmg.md5 eclipse-java-2024-03-M3-macosx-cocoa-x86_64.dmg.sha1 eclipse-java-2024-03-M3-macosx-cocoa-x86_64.dmg.sha512 eclipse-jee-2024-03-M3-macosx-cocoa-aarch64.dmg eclipse-jee-2024-03-M3-macosx-cocoa-aarch64.dmg.md5 eclipse-jee-2024-03-M3-macosx-cocoa-aarch64.dmg.sha1 eclipse-jee-2024-03-M3-macosx-cocoa-aarch64.dmg.sha512 eclipse-jee-2024-03-M3-macosx-cocoa-x86_64.dmg eclipse-jee-2024-03-M3-macosx-cocoa-x86_64.dmg.md5 eclipse-jee-2024-03-M3-macosx-cocoa-x86_64.dmg.sha1 eclipse-jee-2024-03-M3-macosx-cocoa-x86_64.dmg.sha512 eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64.dmg eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64.dmg.md5 eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64.dmg.sha1 eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64.dmg.sha512 eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64.dmg eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64.dmg.md5 eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64.dmg.sha1 eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64.dmg.sha512 eclipse-php-2024-03-M3-macosx-cocoa-aarch64.dmg eclipse-php-2024-03-M3-macosx-cocoa-aarch64.dmg.md5 eclipse-php-2024-03-M3-macosx-cocoa-aarch64.dmg.sha1 eclipse-php-2024-03-M3-macosx-cocoa-aarch64.dmg.sha512 eclipse-php-2024-03-M3-macosx-cocoa-x86_64.dmg eclipse-php-2024-03-M3-macosx-cocoa-x86_64.dmg.md5 eclipse-php-2024-03-M3-macosx-cocoa-x86_64.dmg.sha1 eclipse-php-2024-03-M3-macosx-cocoa-x86_64.dmg.sha512 eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64.dmg eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64.dmg.md5 eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64.dmg.sha1 eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64.dmg.sha512 eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64.dmg eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64.dmg.md5 eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64.dmg.sha1 eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64.dmg.sha512 eclipse-scout-2024-03-M3-macosx-cocoa-aarch64.dmg eclipse-scout-2024-03-M3-macosx-cocoa-aarch64.dmg.md5 eclipse-scout-2024-03-M3-macosx-cocoa-aarch64.dmg.sha1 eclipse-scout-2024-03-M3-macosx-cocoa-aarch64.dmg.sha512 eclipse-scout-2024-03-M3-macosx-cocoa-x86_64.dmg eclipse-scout-2024-03-M3-macosx-cocoa-x86_64.dmg.md5 eclipse-scout-2024-03-M3-macosx-cocoa-x86_64.dmg.sha1 eclipse-scout-2024-03-M3-macosx-cocoa-x86_64.dmg.sha512 -name '*.dmg' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-committers-2024-03-M3-macosx-cocoa-aarch64.dmg eclipse-committers-2024-03-M3-macosx-cocoa-aarch64.dmg.md5 eclipse-committers-2024-03-M3-macosx-cocoa-aarch64.dmg.sha1 eclipse-committers-2024-03-M3-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-03-M3-macosx-cocoa-aarch64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-committers-2024-03-M3-macosx-cocoa-x86_64.dmg eclipse-committers-2024-03-M3-macosx-cocoa-x86_64.dmg.md5 eclipse-committers-2024-03-M3-macosx-cocoa-x86_64.dmg.sha1 eclipse-committers-2024-03-M3-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-03-M3-macosx-cocoa-x86_64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64.dmg eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64.dmg.md5 eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64.dmg.sha1 eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64.dmg eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64.dmg.md5 eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64.dmg.sha1 eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64.dmg eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64.dmg.md5 eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64.dmg.sha1 eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64.dmg eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64.dmg.md5 eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64.dmg.sha1 eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64.dmg eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64.dmg.md5 eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64.dmg.sha1 eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64.dmg eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64.dmg.md5 eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64.dmg.sha1 eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-java-2024-03-M3-macosx-cocoa-aarch64.dmg eclipse-java-2024-03-M3-macosx-cocoa-aarch64.dmg.md5 eclipse-java-2024-03-M3-macosx-cocoa-aarch64.dmg.sha1 eclipse-java-2024-03-M3-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-03-M3-macosx-cocoa-aarch64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-java-2024-03-M3-macosx-cocoa-x86_64.dmg eclipse-java-2024-03-M3-macosx-cocoa-x86_64.dmg.md5 eclipse-java-2024-03-M3-macosx-cocoa-x86_64.dmg.sha1 eclipse-java-2024-03-M3-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-03-M3-macosx-cocoa-x86_64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-jee-2024-03-M3-macosx-cocoa-aarch64.dmg eclipse-jee-2024-03-M3-macosx-cocoa-aarch64.dmg.md5 eclipse-jee-2024-03-M3-macosx-cocoa-aarch64.dmg.sha1 eclipse-jee-2024-03-M3-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-03-M3-macosx-cocoa-aarch64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-jee-2024-03-M3-macosx-cocoa-x86_64.dmg eclipse-jee-2024-03-M3-macosx-cocoa-x86_64.dmg.md5 eclipse-jee-2024-03-M3-macosx-cocoa-x86_64.dmg.sha1 eclipse-jee-2024-03-M3-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-03-M3-macosx-cocoa-x86_64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64.dmg eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64.dmg.md5 eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64.dmg.sha1 eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64.dmg eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64.dmg.md5 eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64.dmg.sha1 eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-php-2024-03-M3-macosx-cocoa-aarch64.dmg eclipse-php-2024-03-M3-macosx-cocoa-aarch64.dmg.md5 eclipse-php-2024-03-M3-macosx-cocoa-aarch64.dmg.sha1 eclipse-php-2024-03-M3-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-03-M3-macosx-cocoa-aarch64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-php-2024-03-M3-macosx-cocoa-x86_64.dmg eclipse-php-2024-03-M3-macosx-cocoa-x86_64.dmg.md5 eclipse-php-2024-03-M3-macosx-cocoa-x86_64.dmg.sha1 eclipse-php-2024-03-M3-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-03-M3-macosx-cocoa-x86_64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64.dmg eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64.dmg.md5 eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64.dmg.sha1 eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64.dmg eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64.dmg.md5 eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64.dmg.sha1 eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-scout-2024-03-M3-macosx-cocoa-aarch64.dmg eclipse-scout-2024-03-M3-macosx-cocoa-aarch64.dmg.md5 eclipse-scout-2024-03-M3-macosx-cocoa-aarch64.dmg.sha1 eclipse-scout-2024-03-M3-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-03-M3-macosx-cocoa-aarch64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-03-M3-macosx-cocoa-aarch64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-scout-2024-03-M3-macosx-cocoa-x86_64.dmg eclipse-scout-2024-03-M3-macosx-cocoa-x86_64.dmg.md5 eclipse-scout-2024-03-M3-macosx-cocoa-x86_64.dmg.sha1 eclipse-scout-2024-03-M3-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-03-M3-macosx-cocoa-x86_64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-03-M3-macosx-cocoa-x86_64.dmg-tonotarize*' +133+ popd ~/agent/workspace/notarize-downloads ++133+ find /home/jenkins/agent/workspace/notarize-downloads -name '*.dmg-tonotarize' +133+ [[ -n '' ]] $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 52 killed; [ssh-agent] Stopped. Archiving artifacts Finished: SUCCESS